From: antirez Date: Mon, 11 Jul 2011 09:17:05 +0000 (+0200) Subject: explicitly use tclsh8.5 to run the test X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/d4edba6f43ac8f5d42aa89ed29c0e5b8b3f85f1e explicitly use tclsh8.5 to run the test --- diff --git a/src/Makefile b/src/Makefile index 3636f032..69c5802c 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 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