Commit a5bb0a07 authored by antirez's avatar antirez
Browse files

Cluster/Sentinel test: pause on exceptions as well.

parent 2601e3e4
...@@ -21,6 +21,7 @@ proc main {} { ...@@ -21,6 +21,7 @@ proc main {} {
if {[catch main e]} { if {[catch main e]} {
puts $::errorInfo puts $::errorInfo
if {$::pause_on_error} pause_on_error
cleanup cleanup
exit 1 exit 1
} }
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment