mirror of
https://github.com/fluencelabs/redis
synced 2025-05-28 01:31:20 +00:00
Add correct exit value to failed tests
(Note from @antirez: modified to apply to 2.8)
This commit is contained in:
parent
d178cd03ed
commit
f392c7737c
@ -393,4 +393,5 @@ proc restart_instance {type id} {
|
|||||||
if {[catch main e]} {
|
if {[catch main e]} {
|
||||||
puts $::errorInfo
|
puts $::errorInfo
|
||||||
cleanup
|
cleanup
|
||||||
|
exit 1
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user