mirror of
http://github.com/valkey-io/valkey
synced 2024-11-22 18:54:58 +00:00
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]} {
|
||||
puts $::errorInfo
|
||||
cleanup
|
||||
exit 1
|
||||
}
|
||||
|
@ -18,4 +18,5 @@ proc main {} {
|
||||
if {[catch main e]} {
|
||||
puts $::errorInfo
|
||||
cleanup
|
||||
exit 1
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user