summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSalvatore Sanfilippo <antirez@gmail.com>2011-06-24 09:59:37 -0700
committerSalvatore Sanfilippo <antirez@gmail.com>2011-06-24 09:59:37 -0700
commita004de0f1509c0ff499e6fc28da2f7e308e14e40 (patch)
tree1c06d952429d7cb83b3249685e5685dae0bfd9fb
parentc1c9d551da6dd534c8dae051a3a7e64bf7db6bfb (diff)
parentb3bc4452d26304c620fbca5a20db4b695eb8229c (diff)
downloadredis-with-deprecated-diskstore.tar.gz
Merge pull request #63 from djanowski/tclwith-deprecated-diskstore
Add warning when `tcl` is not available to run tests
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 292255cd5..9801dca61 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -196,7 +196,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