From 2833cfbe395d7211d5ad54445556f9e2c0d7ff0c Mon Sep 17 00:00:00 2001 From: WuYunlong Date: Mon, 2 Jul 2018 19:24:14 +0800 Subject: [PATCH] fix tests/test_helper.tcl with --wait-server option. Issue #5063 added --wait-server option, but can not work. --- tests/test_helper.tcl | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_helper.tcl b/tests/test_helper.tcl index 8c6a3b81..a025b994 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