Commit 4688f60b authored by antirez's avatar antirez
Browse files

Cluster/Sentinel test: pause on exceptions as well.

parent 0a3edcbe
......@@ -21,6 +21,7 @@ proc main {} {
if {[catch main e]} {
puts $::errorInfo
if {$::pause_on_error} pause_on_error
cleanup
exit 1
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment