summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzhaozhao.zz <zhaozhao.zz@alibaba-inc.com>2019-05-10 16:27:25 +0800
committerantirez <antirez@gmail.com>2019-05-13 16:37:28 +0200
commit6a92836f409e7c62b6830b12e551bbff982b57dd (patch)
tree1d7b06cdaea33660f40eb00ffd66264057c546ab
parentf179f71e42f735bb10591fd97a94417c9ff8ba56 (diff)
downloadredis-6a92836f409e7c62b6830b12e551bbff982b57dd.tar.gz
test cases: skiptill -> skip-till
-rw-r--r--tests/test_helper.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_helper.tcl b/tests/test_helper.tcl
index 1a986e2f7..8978631e0 100644
--- a/tests/test_helper.tcl
+++ b/tests/test_helper.tcl
@@ -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}} {