fix tests/test_helper.tcl with --wait-server option.

Issue #5063 added --wait-server option, but can not work.
This commit is contained in:
WuYunlong 2018-07-02 19:24:14 +08:00
parent d751d98b50
commit 2833cfbe39

View File

@ -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