mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-23 00:28:26 -05:00
Merge pull request #1824 from mattsta/fix-test-error-signal
Add correct exit value to failed tests
This commit is contained in:
commit
36bbfeef7b
@ -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…
Reference in New Issue
Block a user