From: antirez Date: Mon, 11 Jul 2011 11:46:09 +0000 (+0200) Subject: removed --file argument from test invocation inside Makefile X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/6b91a11e3e224fdc506bd8f47a9e90bee2b9b05d removed --file argument from test invocation inside Makefile --- diff --git a/src/Makefile b/src/Makefile index 8357a59b..1ead1e09 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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