Commit 2833cfbe authored by WuYunlong's avatar WuYunlong
Browse files

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

Issue #5063 added --wait-server option, but can not work.
parent d751d98b
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment