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

switch to disable stdout redirect #49

Closed
philsquared opened this issue Sep 5, 2011 · 3 comments
Closed

switch to disable stdout redirect #49

philsquared opened this issue Sep 5, 2011 · 3 comments

Comments

@philsquared
Copy link
Collaborator

stdout (and stderr) are redirected (internally to an ostringstream), so they can be reported later as part of the test results.
Sometimes it is desirable to see the output immediately - especially while debugging.

A command line switch could be provided to allow this option.

@philsquared
Copy link
Collaborator Author

This always happens for the console app now

@ikanor
Copy link

ikanor commented Jan 19, 2016

Might be a good idea to capture it and display only if the test fails – a behaviour I've seen in other testing frameworks.

@nabijaczleweli
Copy link
Contributor

👍 Very user-friendly behaviour

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

3 participants