From b3bf7584b0aa5c2dbc1acf4d7f6b2c3d420e8e42 Mon Sep 17 00:00:00 2001 From: antirez Date: Wed, 21 Jan 2015 16:18:34 +0100 Subject: [PATCH] Cluster/Sentinel test: also pause on abort_sentinel_test call. --- tests/instances.tcl | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/instances.tcl b/tests/instances.tcl index 4e2f33dfc..a68b79d11 100644 --- a/tests/instances.tcl +++ b/tests/instances.tcl @@ -105,6 +105,7 @@ proc cleanup {} { proc abort_sentinel_test msg { puts "WARNING: Aborting the test." puts ">>>>>>>> $msg" + if {$::pause_on_error} pause_on_error cleanup exit 1 }