Commit 4dfc1859 authored by Matt Stancliff's avatar Matt Stancliff Committed by antirez
Browse files

Add correct exit value to failed tests

parent 2b1047ff
......@@ -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
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment