Add correct exit value to failed tests

(Note from @antirez: modified to apply to 2.8)
This commit is contained in:
Matt Stancliff
2014-06-18 15:03:06 +02:00
committed by antirez
parent d178cd03ed
commit f392c7737c
+1
View File
@@ -393,4 +393,5 @@ proc restart_instance {type id} {
if {[catch main e]} {
puts $::errorInfo
cleanup
exit 1
}