Cluster/Sentinel test: also pause on abort_sentinel_test call.

This commit is contained in:
antirez 2015-01-21 16:18:34 +01:00
parent 507ca219b4
commit b71060f360

View File

@ -105,6 +105,7 @@ proc cleanup {} {
proc abort_sentinel_test msg {
puts "WARNING: Aborting the test."
puts ">>>>>>>> $msg"
if {$::pause_on_error} pause_on_error
cleanup
exit 1
}