From b1f84d41fbf7558137a1a4db08ce8b7673c86951 Mon Sep 17 00:00:00 2001 From: antirez Date: Tue, 29 Dec 2015 15:27:26 +0100 Subject: Cluster/Sentinel test: report ability to run via valgrind. --- tests/instances.tcl | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/instances.tcl') 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 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 { -- cgit v1.2.1