summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2010-04-19 16:11:13 +0200
committerantirez <antirez@gmail.com>2010-04-19 16:11:13 +0200
commit7ccd2d0a5fe75293990ee249f7539eb7c9279104 (patch)
tree805a36c3677ab0cff970501017f4489b806ddfc8 /Makefile
parentf1a930bbb785637a21f82a0fde08aa71ad19c8c3 (diff)
downloadredis-7ccd2d0a5fe75293990ee249f7539eb7c9279104.tar.gz
running the test using tcl8.5 directly instead of tclsh that too often it's a symlink to 8.4
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index aea43f1da..13b6bf450 100644
--- a/Makefile
+++ b/Makefile
@@ -81,7 +81,7 @@ staticsymbols:
tclsh utils/build-static-symbols.tcl > staticsymbols.h
test:
- tclsh test-redis.tcl -p $(PORT) -h $(HOST)
+ tclsh8.5 test-redis.tcl -p $(PORT) -h $(HOST)
bench:
./redis-benchmark