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
a5bb0a07
Commit
a5bb0a07
authored
Jan 21, 2015
by
antirez
Browse files
Cluster/Sentinel test: pause on exceptions as well.
parent
2601e3e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/cluster/run.tcl
View file @
a5bb0a07
...
@@ -21,6 +21,7 @@ proc main {} {
...
@@ -21,6 +21,7 @@ proc main {} {
if
{[
catch main e
]}
{
if
{[
catch main e
]}
{
puts $::errorInfo
puts $::errorInfo
if
{
$::pause
_on_error
}
pause_on_error
cleanup
cleanup
exit 1
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