-
Notifications
You must be signed in to change notification settings - Fork 25
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
How do I redirect stdout/stderr? #64
Comments
Here is something I discovered and tried:
Fine, so let's use this for stdout:
The last assertion fails, meaning that |
That's not good...
Do you already have an idea about the cause then? |
The cause for the recommended use pattern not working is pretty simple: As for my last example deleting the new file, I have no idea so far why this happens. |
Ok. Thanks for the help! |
The class comment on
OSSUnixSubprocess
gives an example for output redirection sayingThis no longer works because of the new file stream implementation. Is there another way to get the same effect, or is output redirection unsupported now?
The text was updated successfully, but these errors were encountered: