Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
2833cfbe
Commit
2833cfbe
authored
Jul 02, 2018
by
WuYunlong
Browse files
fix tests/test_helper.tcl with --wait-server option.
Issue #5063 added --wait-server option, but can not work.
parent
d751d98b
Changes
1
Show whitespace changes
Inline
Side-by-side
tests/test_helper.tcl
View file @
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment