mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04:00
Merge pull request #1824 from mattsta/fix-test-error-signal
Add correct exit value to failed tests
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user