Commit f392c773 authored by Matt Stancliff's avatar Matt Stancliff Committed by antirez
Browse files

Add correct exit value to failed tests

(Note from @antirez: modified to apply to 2.8)
parent d178cd03
...@@ -393,4 +393,5 @@ proc restart_instance {type id} { ...@@ -393,4 +393,5 @@ proc restart_instance {type id} {
if {[catch main e]} { if {[catch main e]} {
puts $::errorInfo puts $::errorInfo
cleanup 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