Add correct exit value to failed tests

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