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 08:10:04 -04:00 committed by antirez
parent d178cd03ed
commit f392c7737c

View File

@ -393,4 +393,5 @@ proc restart_instance {type id} {
if {[catch main e]} {
puts $::errorInfo
cleanup
exit 1
}