Merge pull request #5090 from trevor211/test_helper_tcl

fix tests/test_helper.tcl with --wait-server option.
This commit is contained in:
Salvatore Sanfilippo
2018-07-02 17:51:04 +02:00
committed by GitHub

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