From 6b91a11e3e224fdc506bd8f47a9e90bee2b9b05d Mon Sep 17 00:00:00 2001 From: antirez Date: Mon, 11 Jul 2011 13:46:09 +0200 Subject: [PATCH] removed --file argument from test invocation inside Makefile --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2