Cluster/Sentinel test: pause on exceptions as well.

This commit is contained in:
antirez 2015-01-21 16:13:30 +01:00
parent 2601e3e461
commit a5bb0a0774

View File

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