mirror of
https://github.com/fluencelabs/redis
synced 2025-06-30 09:21:34 +00:00
Cluster/Sentinel test: pause on exceptions as well.
This commit is contained in:
@ -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
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user