-
Notifications
You must be signed in to change notification settings - Fork 21.9k
Swallow bundler exceptions when running tests #14881
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
Conversation
Let's avoid useless output when testing stuff related to Bundler.
With bundler 1.6 and ruby 2.0.0 I don't see any warnings when running
I'll check with Ruby 2.1.1 |
I just ran with Ruby 2.1.1 & bundler 1.6.2:
Run on the rails master branch:
Then run @robin850 branch.
|
@JuanitoFatas are you on OS-X or Linux? |
I didn't have enough time to debug it all the way down. However it looks like it's related to @robin850 do you have @hone does this |
@senny: Yep I have, here's the content of my |
@senny I'm on OS X. I found the error message is from the resolver.rb. And content of my bundle bin. Hope it helps. |
@senny : Any chance to get this in please ? If you want an SSH access on my computer, you can send me an e-mail. |
Swallow bundler exceptions when running tests
@robin850 thanks for reminding me. I'll see wether I can debug this in the near future. |
@senny: No problem, thanks for merging! :-) |
Hello,
This is just a tiny patch that avoids useless output when testing stuff related to Bundler in the railties test suite like this since the
Gemfile
points to a non-released version.Have a nice day.