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

fold in stderr? #19

Open
zenspider opened this issue Jun 24, 2020 · 0 comments
Open

fold in stderr? #19

zenspider opened this issue Jun 24, 2020 · 0 comments

Comments

@zenspider
Copy link

See https://travis-ci.com/github/zendesk/zendesk/jobs/352443847 for the problem I'm seeing. Look for models/category_test.rb... the stderr output is in the test/models/account/cleanup_test.rb section (by happenstance).

I'd like to add $stderr.reopen(wpipe) to the line below to capture and report both IO streams so they both get dumped to the file being run w/ proper locking. https://github.com/grosser/forking_test_runner/blob/master/lib/forking_test_runner.rb#L255

The only other thing I can think of is switching to a popen3("-") + select-loop type of situation and nobody wants to deal with that...

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

No branches or pull requests

1 participant