summaryrefslogtreecommitdiff
path: root/tests/cluster
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2015-01-21 16:13:30 +0100
committerantirez <antirez@gmail.com>2015-01-21 16:13:30 +0100
commita5bb0a0774fbe89d72de13624b23079031674932 (patch)
treece3c9384306f930624776d59cec3515874ec89eb /tests/cluster
parent2601e3e4614800552a3ff5c91b4ac475a664df5a (diff)
downloadredis-a5bb0a0774fbe89d72de13624b23079031674932.tar.gz
Cluster/Sentinel test: pause on exceptions as well.
Diffstat (limited to 'tests/cluster')
-rw-r--r--tests/cluster/run.tcl1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/cluster/run.tcl b/tests/cluster/run.tcl
index 69a160c4f..f764cea0a 100644
--- a/tests/cluster/run.tcl
+++ b/tests/cluster/run.tcl
@@ -21,6 +21,7 @@ proc main {} {
if {[catch main e]} {
puts $::errorInfo
+ if {$::pause_on_error} pause_on_error
cleanup
exit 1
}