]> git.saurik.com Git - redis.git/commitdiff
use tclsh8.5 not only in which but also in the actual test execution.
authorantirez <antirez@gmail.com>
Mon, 11 Jul 2011 09:18:46 +0000 (11:18 +0200)
committerantirez <antirez@gmail.com>
Mon, 11 Jul 2011 09:18:46 +0000 (11:18 +0200)
src/Makefile

index 69c5802c23ef81d095aedd5221f5b767138bf203..8357a59b370ba98d83f256bea5faa9bdbe0c64cc 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 && 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