From 897adc1c8c6bbe5bc23bb85b97f5114fbb59cd99 Mon Sep 17 00:00:00 2001 From: antirez Date: Thu, 24 Apr 2014 11:08:22 +0200 Subject: Sentinel test files / directories layout improved. The test now runs in a self-contained directory. The general abstractions to run the tests in an environment where mutliple instances are executed at the same time was extrapolated into instances.tcl, that will be reused to test Redis Cluster. --- runtest-sentinel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtest-sentinel') diff --git a/runtest-sentinel b/runtest-sentinel index 1650eea73..3fb1ef615 100755 --- a/runtest-sentinel +++ b/runtest-sentinel @@ -11,4 +11,4 @@ then echo "You need tcl 8.5 or newer in order to run the Redis Sentinel test" exit 1 fi -$TCLSH tests/sentinel.tcl $* +$TCLSH tests/sentinel/run.tcl $* -- cgit v1.2.1