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 #47

Open
nekocentral opened this issue Nov 1, 2017 · 1 comment
Open

Capture STDERR #47

nekocentral opened this issue Nov 1, 2017 · 1 comment

Comments

@nekocentral
Copy link

Some testing software like Selenium put the test output to STDERR not STDOUT which mean it doesn't get captured by the CI.

Is there some way we can capture that output to so we get the full test output?

@nekocentral
Copy link
Author

a way is to capture STDERR with 2> or redirect STDERR to STDOUT using 2>&1

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