From 52c863ddac711b08390216c5360bf703ecf29dc7 Mon Sep 17 00:00:00 2001 From: antirez Date: Mon, 11 Jul 2011 11:18:46 +0200 Subject: [PATCH] use tclsh8.5 not only in which but also in the actual test execution. --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2