From 7ccd2d0a5fe75293990ee249f7539eb7c9279104 Mon Sep 17 00:00:00 2001 From: antirez Date: Mon, 19 Apr 2010 16:11:13 +0200 Subject: running the test using tcl8.5 directly instead of tclsh that too often it's a symlink to 8.4 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.1