From d4edba6f43ac8f5d42aa89ed29c0e5b8b3f85f1e Mon Sep 17 00:00:00 2001 From: antirez Date: Mon, 11 Jul 2011 11:17:05 +0200 Subject: [PATCH] explicitly use tclsh8.5 to run the test --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 3636f032d..69c5802c2 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