summaryrefslogtreecommitdiff
path: root/tests/instances.tcl
diff options
context:
space:
mode:
authorWuYunlong <xzsyeb@126.com>2020-07-14 16:35:04 +0800
committerGitHub <noreply@github.com>2020-07-14 11:35:04 +0300
commit8128d39737adaf7092c9a367f71fbe9e0a2b33a2 (patch)
tree27acea8dcf1dc19ec44a4c7377dcbf18310d90f4 /tests/instances.tcl
parent938c35302fb618ec15e62443ef3bb3d00d10f5b9 (diff)
downloadredis-8128d39737adaf7092c9a367f71fbe9e0a2b33a2.tar.gz
Fix out of update help info in tcl tests. (#7516)
Before this commit, the output of "./runtest-cluster --help" is incorrect. After this commit, the format of the following 3 output is consistent: ./runtest --help ./runtest-cluster --help ./runtest-sentinel --help
Diffstat (limited to 'tests/instances.tcl')
-rw-r--r--tests/instances.tcl2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/instances.tcl b/tests/instances.tcl
index 3a4fadca0..677af6427 100644
--- a/tests/instances.tcl
+++ b/tests/instances.tcl
@@ -170,8 +170,6 @@ proc parse_options {} {
-keyfile "$::tlsdir/redis.key"
set ::tls 1
} elseif {$opt eq "--help"} {
- puts "Hello, I'm sentinel.tcl and I run Sentinel unit tests."
- puts "\nOptions:"
puts "--single <pattern> Only runs tests specified by pattern."
puts "--pause-on-error Pause for manual inspection on error."
puts "--fail Simulate a test failure."