mirror of
http://github.com/valkey-io/valkey
synced 2024-11-22 00:52:38 +00:00
test cases: skiptill -> skip-till
This commit is contained in:
parent
f674e83215
commit
c64aec9ce7
@ -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}} {
|
||||
|
Loading…
Reference in New Issue
Block a user