mirror of https://github.com/redis/redis.git
fix tests/test_helper.tcl with --wait-server option.
Issue #5063 added --wait-server option, but can not work.
This commit is contained in:
parent
d751d98b50
commit
2833cfbe39
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue