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
1212f228
Unverified
Commit
1212f228
authored
May 10, 2019
by
Salvatore Sanfilippo
Committed by
GitHub
May 10, 2019
Browse files
Merge pull request #6091 from soloestoy/fix-test-skip-till
test cases: skiptill -> skip-till
parents
f674e832
c64aec9c
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/test_helper.tcl
View file @
1212f228
...
...
@@ -503,7 +503,7 @@ for {set j 0} {$j < [llength $argv]} {incr j} {
}
elseif
{
$opt
eq
{
--only
}}
{
lappend ::only_tests $arg
incr j
}
elseif
{
$opt
eq
{
--skiptill
}}
{
}
elseif
{
$opt
eq
{
--skip
-
till
}}
{
set ::skip_till $arg
incr j
}
elseif
{
$opt
eq
{
--list-tests
}}
{
...
...
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