Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
4dfc1859
Commit
4dfc1859
authored
Jun 18, 2014
by
Matt Stancliff
Committed by
antirez
Jun 21, 2014
Browse files
Add correct exit value to failed tests
parent
2b1047ff
Changes
2
Hide whitespace changes
Inline
Side-by-side
tests/cluster/run.tcl
View file @
4dfc1859
...
@@ -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
}
}
tests/sentinel/run.tcl
View file @
4dfc1859
...
@@ -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
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment