From: antirez Date: Mon, 11 Jul 2011 09:18:46 +0000 (+0200) Subject: use tclsh8.5 not only in which but also in the actual test execution. X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/52c863ddac711b08390216c5360bf703ecf29dc7 use tclsh8.5 not only in which but also in the actual test execution. --- diff --git a/src/Makefile b/src/Makefile index 69c5802c..8357a59b 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 && tclsh 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}" --file "${FILE}") || echo "You need to install Tcl (tclsh8.5) in order to run tests.") bench: ./redis-benchmark