mirror of
https://github.com/fluencelabs/redis
synced 2025-04-26 11:02:13 +00:00
Avoid bug reports when Tcl is not installed.
This commit is contained in:
parent
fc879abe4a
commit
b3bc4452d2
@ -178,7 +178,7 @@ dep:
|
|||||||
$(CC) -MM *.c -I ../deps/hiredis -I ../deps/linenoise
|
$(CC) -MM *.c -I ../deps/hiredis -I ../deps/linenoise
|
||||||
|
|
||||||
test: redis-server
|
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:
|
bench:
|
||||||
./redis-benchmark
|
./redis-benchmark
|
||||||
|
Loading…
x
Reference in New Issue
Block a user