Add correct exit value to failed tests
This commit is contained in:
parent
3f8865bcdc
commit
f7d9827330
@ -22,4 +22,5 @@ proc main {} {
|
|||||||
if {[catch main e]} {
|
if {[catch main e]} {
|
||||||
puts $::errorInfo
|
puts $::errorInfo
|
||||||
cleanup
|
cleanup
|
||||||
|
exit 1
|
||||||
}
|
}
|
||||||
|
@ -18,4 +18,5 @@ proc main {} {
|
|||||||
if {[catch main e]} {
|
if {[catch main e]} {
|
||||||
puts $::errorInfo
|
puts $::errorInfo
|
||||||
cleanup
|
cleanup
|
||||||
|
exit 1
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user