summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSalvatore Sanfilippo <antirez@gmail.com>2019-05-10 12:22:19 +0200
committerGitHub <noreply@github.com>2019-05-10 12:22:19 +0200
commit1212f22858e3414277ad8ccf54ae67cc224ab775 (patch)
tree06f934a257d365ce4ff2659a268d58f0f9b37b8c
parentf674e83215af5f15096bf53a27de6c4ccf21faae (diff)
parentc64aec9ce7ead321f7b29f6a2a29649b36d4a4a0 (diff)
downloadredis-1212f22858e3414277ad8ccf54ae67cc224ab775.tar.gz
Merge pull request #6091 from soloestoy/fix-test-skip-till
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 568eacdee..1442067f5 100644
--- a/tests/test_helper.tcl
+++ b/tests/test_helper.tcl
@@ -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}} {