Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
6a92836f
Commit
6a92836f
authored
May 10, 2019
by
zhaozhao.zz
Committed by
antirez
May 13, 2019
Browse files
test cases: skiptill -> skip-till
parent
f179f71e
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/test_helper.tcl
View file @
6a92836f
...
...
@@ -502,7 +502,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