mirror of
https://github.com/fluencelabs/redis
synced 2025-06-13 01:01:22 +00:00
Avoid bug reports when Tcl is not installed.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user