summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorWuYunlong <xzsyeb@126.com>2018-07-02 19:24:14 +0800
committerWuYunlong <xzsyeb@126.com>2018-07-02 19:26:52 +0800
commit2833cfbe395d7211d5ad54445556f9e2c0d7ff0c (patch)
tree7b1837e37686bb932332da31c0fa62cbf4c6c860 /tests
parentd751d98b508fd86c5e38919167e3564f80d4958e (diff)
downloadredis-2833cfbe395d7211d5ad54445556f9e2c0d7ff0c.tar.gz
fix tests/test_helper.tcl with --wait-server option.
Issue #5063 added --wait-server option, but can not work.
Diffstat (limited to 'tests')
-rw-r--r--tests/test_helper.tcl1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_helper.tcl b/tests/test_helper.tcl
index 8c6a3b814..a025b994a 100644
--- a/tests/test_helper.tcl
+++ b/tests/test_helper.tcl
@@ -475,7 +475,6 @@ for {set j 0} {$j < [llength $argv]} {incr j} {
set ::dont_clean 1
} elseif {$opt eq {--wait-server}} {
set ::wait_server 1
- incr j
} elseif {$opt eq {--timeout}} {
set ::timeout $arg
incr j