]> git.saurik.com Git - redis.git/commitdiff
explicitly use tclsh8.5 to run the test
authorantirez <antirez@gmail.com>
Mon, 11 Jul 2011 09:17:05 +0000 (11:17 +0200)
committerantirez <antirez@gmail.com>
Mon, 11 Jul 2011 09:17:05 +0000 (11:17 +0200)
src/Makefile

index 3636f032dfa58bff98486f9693e1d98bcad3c781..69c5802c23ef81d095aedd5221f5b767138bf203 100644 (file)
@@ -201,7 +201,7 @@ dep:
        $(CC) -MM *.c -I ../deps/hiredis -I ../deps/linenoise
 
 test: redis-server
-       @(cd ..; (which tclsh >/dev/null && tclsh tests/test_helper.tcl --tags "${TAGS}" --file "${FILE}") || echo "You need to install Tcl in order to run tests.")
+       @(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.")
 
 bench:
        ./redis-benchmark