removed --file in test suite execution from Makefile. The option is no longer supported

This commit is contained in:
antirez 2011-07-12 10:04:27 +02:00
parent 3a4afb0473
commit a395ce2659

View File

@ -196,7 +196,7 @@ dep:
$(CC) -MM *.c -I ../deps/hiredis -I ../deps/linenoise
test: redis-server
(cd ..; tclsh8.5 tests/test_helper.tcl --tags "${TAGS}" --file "${FILE}")
(cd ..; tclsh8.5 tests/test_helper.tcl --tags "${TAGS}")
bench:
./redis-benchmark