summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2014-06-30 11:54:13 +0200
committerantirez <antirez@gmail.com>2014-06-30 12:06:27 +0200
commit612bc784fca7ca83d6267a5d407daee9d5996b89 (patch)
treef53bb08a01c5f4967e3d72177fa7aac9aa8364c3
parent683f41adf27864987983c6fb4535a8568c288f86 (diff)
downloadredis-612bc784fca7ca83d6267a5d407daee9d5996b89.tar.gz
Test: fix instances.tcl restart_instance abort error.
-rw-r--r--tests/instances.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/instances.tcl b/tests/instances.tcl
index 26d0737c6..84ebec1c2 100644
--- a/tests/instances.tcl
+++ b/tests/instances.tcl
@@ -396,7 +396,7 @@ proc restart_instance {type id} {
# Check that the instance is running
if {[server_is_up 127.0.0.1 $port 100] == 0} {
- abort_sentinel_test "Problems starting $type #$j: ping timeout"
+ abort_sentinel_test "Problems starting $type #$id: ping timeout"
}
# Connect with it with a fresh link