Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drb exit status #335

Closed
wants to merge 2 commits into from
Closed

Drb exit status #335

wants to merge 2 commits into from

Conversation

ilkka
Copy link

@ilkka ilkka commented Mar 12, 2011

Here are changes that make rspec exit with a non-zero exit status if specs fail in DRb runs. This time round I fixed the specs too.

Ilkka Laukkanen added 2 commits March 9, 2011 10:17
This change causes rspec to exit with a non-zero exit status when specs
fail, even when running with DRb. Failover to local run is done by not
catching DRb::DRbConnError exceptions in RSpec::Core::DRbCommandLine,
instead letting them come up to Runner.run.
DRbCommandLine.run no longer outputs a connection error message, instead
it lets raised DRbConnError exceptions pass through. Also it returns
false for the dummy spec because of the raise() therein.
@justinko
Copy link
Contributor

Merged. Thanks!

@justinko
Copy link
Contributor

Relevant commits:

00d842b

38d43c3

e322223

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants