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

Capture stderr from bower command. #123

Merged
merged 3 commits into from
Dec 30, 2014
Merged

Conversation

mhess
Copy link
Contributor

@mhess mhess commented Dec 11, 2014

[Fixes #83982738]

@flavorjones
Copy link
Contributor

Open3 doesn't work in JRuby, pending fixing of this issue. As such, let's wait until a version of JRuby is released where this won't break it.

See related commit 86f47a6

Alternatively, you should feel free to resubmit this using "2>&1" shell redirection, as a temporary workaround.

@flavorjones
Copy link
Contributor

I'd also love to see some cucumber features for bower support. There aren't any, and so this isn't an apparent failure when running the test suite.

@mhess
Copy link
Contributor Author

mhess commented Dec 12, 2014

I'm hesitant to redirect stderr to stdout because then there's extra parsing to do. Is redirecting stderr to "/dev/null" a platform-independent enough solution?

mainej added a commit that referenced this pull request Dec 30, 2014
Capture stderr from bower command.
@mainej mainej merged commit cd7488e into pivotal:master Dec 30, 2014
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.

3 participants