mirror of
https://github.com/fluencelabs/redis
synced 2025-06-13 01:01:22 +00:00
fix tests/test_helper.tcl with --wait-server option.
Issue #5063 added --wait-server option, but can not work.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user