summaryrefslogtreecommitdiff
path: root/tests/instances.tcl
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2015-12-29 15:27:26 +0100
committerantirez <antirez@gmail.com>2015-12-29 15:27:26 +0100
commitb1f84d41fbf7558137a1a4db08ce8b7673c86951 (patch)
treea50360d06d2bca74ce4fa721189d233c24c4959b /tests/instances.tcl
parent075ea1646f9e23ec08495fb43d169055777368cf (diff)
downloadredis-b1f84d41fbf7558137a1a4db08ce8b7673c86951.tar.gz
Cluster/Sentinel test: report ability to run via valgrind.
Diffstat (limited to 'tests/instances.tcl')
-rw-r--r--tests/instances.tcl1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/instances.tcl b/tests/instances.tcl
index 370d5e3aa..5251ffa38 100644
--- a/tests/instances.tcl
+++ b/tests/instances.tcl
@@ -136,6 +136,7 @@ proc parse_options {} {
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."
+ puts "--valgrind Run with valgrind."
puts "--help Shows this help."
exit 0
} else {