]> git.saurik.com Git - redis.git/commitdiff
removed --file argument from test invocation inside Makefile
authorantirez <antirez@gmail.com>
Mon, 11 Jul 2011 11:46:09 +0000 (13:46 +0200)
committerantirez <antirez@gmail.com>
Mon, 11 Jul 2011 11:46:09 +0000 (13:46 +0200)
src/Makefile

index 8357a59b370ba98d83f256bea5faa9bdbe0c64cc..1ead1e095d8cdcbc290b9a93ba0de99c26776d12 100644 (file)
@@ -201,7 +201,7 @@ dep:
        $(CC) -MM *.c -I ../deps/hiredis -I ../deps/linenoise
 
 test: redis-server
-       @(cd ..; (which tclsh8.5 >/dev/null && tclsh8.5 tests/test_helper.tcl --tags "${TAGS}" --file "${FILE}") || echo "You need to install Tcl (tclsh8.5) in order to run tests.")
+       @(cd ..; (which tclsh8.5 >/dev/null && tclsh8.5 tests/test_helper.tcl --tags "${TAGS}") || echo "You need to install Tcl (tclsh8.5) in order to run tests.")
 
 bench:
        ./redis-benchmark