use tclsh8.5 not only in which but also in the actual test execution.
This commit is contained in:
parent
d4edba6f43
commit
52c863ddac
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user