Cluster/Sentinel test: pause on exceptions as well.

This commit is contained in:
antirez
2015-01-21 16:13:30 +01:00
parent 0a3edcbe51
commit 4688f60b4b

View File

@ -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
} }