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
e4881cd0
Unverified
Commit
e4881cd0
authored
Jul 02, 2018
by
Salvatore Sanfilippo
Committed by
GitHub
Jul 02, 2018
Browse files
Merge pull request #5090 from trevor211/test_helper_tcl
fix tests/test_helper.tcl with --wait-server option.
parents
d751d98b
2833cfbe
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/test_helper.tcl
View file @
e4881cd0
...
@@ -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