Add correct exit value to failed tests
(Note from @antirez: modified to apply to 2.8)
This commit is contained in:
@@ -393,4 +393,5 @@ proc restart_instance {type id} {
|
||||
if {[catch main e]} {
|
||||
puts $::errorInfo
|
||||
cleanup
|
||||
exit 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user