mirror of
https://github.com/fluencelabs/redis
synced 2025-03-17 16:10:50 +00: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]} {
|
||||
puts $::errorInfo
|
||||
cleanup
|
||||
exit 1
|
||||
}
|
||||
|
@ -18,4 +18,5 @@ proc main {} {
|
||||
if {[catch main e]} {
|
||||
puts $::errorInfo
|
||||
cleanup
|
||||
exit 1
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user