test cases: skiptill -> skip-till

This commit is contained in:
zhaozhao.zz 2019-05-10 16:27:25 +08:00
parent cf6865d34e
commit 1e45354eb6

View File

@ -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}} {