Commit c64aec9c authored by zhaozhao.zz's avatar zhaozhao.zz
Browse files

test cases: skiptill -> skip-till

parent f674e832
...@@ -503,7 +503,7 @@ for {set j 0} {$j < [llength $argv]} {incr j} { ...@@ -503,7 +503,7 @@ for {set j 0} {$j < [llength $argv]} {incr j} {
} elseif {$opt eq {--only}} { } elseif {$opt eq {--only}} {
lappend ::only_tests $arg lappend ::only_tests $arg
incr j incr j
} elseif {$opt eq {--skiptill}} { } elseif {$opt eq {--skip-till}} {
set ::skip_till $arg set ::skip_till $arg
incr j incr j
} elseif {$opt eq {--list-tests}} { } elseif {$opt eq {--list-tests}} {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment