"vscode:/vscode.git/clone" did not exist on "d7451a0110cf7e9228449c0051c8efd09a93ba7d"
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 {} { ...@@ -22,4 +22,5 @@ proc main {} {
if {[catch main e]} { if {[catch main e]} {
puts $::errorInfo puts $::errorInfo
cleanup cleanup
exit 1
} }
...@@ -18,4 +18,5 @@ proc main {} { ...@@ -18,4 +18,5 @@ proc main {} {
if {[catch main e]} { if {[catch main e]} {
puts $::errorInfo puts $::errorInfo
cleanup 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