Avoid bug reports when Tcl is not installed.

This commit is contained in:
Damian Janowski 2011-06-24 13:56:06 -03:00
parent fc879abe4a
commit b3bc4452d2

View File

@ -178,7 +178,7 @@ dep:
$(CC) -MM *.c -I ../deps/hiredis -I ../deps/linenoise
test: redis-server
(cd ..; tclsh8.5 tests/test_helper.tcl --tags "${TAGS}" --file "${FILE}")
@(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.")
bench:
./redis-benchmark