Cluster/Sentinel test: pause on exceptions as well.

This commit is contained in:
antirez 2015-01-21 16:13:30 +01:00
parent 735adaa62d
commit 507ca219b4

View File

@ -21,6 +21,7 @@ proc main {} {
if {[catch main e]} {
puts $::errorInfo
if {$::pause_on_error} pause_on_error
cleanup
exit 1
}