Add correct exit value to failed tests

This commit is contained in:
Matt Stancliff
2014-06-18 08:10:04 -04:00
committed by antirez
parent 2b1047ffd3
commit 4dfc18596e
2 changed files with 2 additions and 0 deletions

View File

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

View File

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