Unverified Commit e4881cd0 authored by Salvatore Sanfilippo's avatar Salvatore Sanfilippo Committed by GitHub
Browse files

Merge pull request #5090 from trevor211/test_helper_tcl

fix tests/test_helper.tcl with --wait-server option.
parents d751d98b 2833cfbe
...@@ -475,7 +475,6 @@ for {set j 0} {$j < [llength $argv]} {incr j} { ...@@ -475,7 +475,6 @@ for {set j 0} {$j < [llength $argv]} {incr j} {
set ::dont_clean 1 set ::dont_clean 1
} elseif {$opt eq {--wait-server}} { } elseif {$opt eq {--wait-server}} {
set ::wait_server 1 set ::wait_server 1
incr j
} elseif {$opt eq {--timeout}} { } elseif {$opt eq {--timeout}} {
set ::timeout $arg set ::timeout $arg
incr j 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