Cluster/Sentinel test: pause on exceptions as well.
This commit is contained in:
parent
2601e3e461
commit
a5bb0a0774
@ -21,6 +21,7 @@ proc main {} {
|
|||||||
|
|
||||||
if {[catch main e]} {
|
if {[catch main e]} {
|
||||||
puts $::errorInfo
|
puts $::errorInfo
|
||||||
|
if {$::pause_on_error} pause_on_error
|
||||||
cleanup
|
cleanup
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user