Add correct exit value to failed tests

This commit is contained in:
Matt Stancliff 2014-06-18 08:10:04 -04:00
parent c0f10a3819
commit 7234bf5e9e
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
}