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

combine stdout and stderr #6

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

ngoldbaum
Copy link

I still think #5 is probably a better idea in the long run, but this was a quick and easy solution.

@ngoldbaum ngoldbaum force-pushed the combine-stdout-stderr branch from 8014137 to 4d492c0 Compare September 24, 2024 17:07
@ngoldbaum
Copy link
Author

I also think on Unix it would be nice to use https://doc.rust-lang.org/std/os/unix/process/trait.ExitStatusExt.html to get information when we are killed by a signal. Not sure if you care about using unix-only extension traits like that.

@ngoldbaum
Copy link
Author

ngoldbaum commented Sep 24, 2024

see the also-signals branch in my fork for a version of this that also prints out information about signals that kill a test executable

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.

1 participant