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 a5bb0a0774
commit b3bf7584b0

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
}