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
c64aec9c
Commit
c64aec9c
authored
May 10, 2019
by
zhaozhao.zz
Browse files
test cases: skiptill -> skip-till
parent
f674e832
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/test_helper.tcl
View file @
c64aec9c
...
...
@@ -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