Commit f7d98273 authored by Matt Stancliff's avatar Matt Stancliff
Browse files

Add correct exit value to failed tests

parent 3f8865bc
...@@ -22,4 +22,5 @@ proc main {} { ...@@ -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 {} { ...@@ -18,4 +18,5 @@ proc main {} {
if {[catch main e]} { if {[catch main e]} {
puts $::errorInfo puts $::errorInfo
cleanup cleanup
exit 1
} }
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment