You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.
I'm trying to think of how this could be supported directly in the test syntax, but I'm not sure if it's possible. Right now when Cram invokes the shell, it redirects stderr to stdout. This makes it possible for the two output streams to be properly mixed together and checked in the tests. If Cram didn't do that redirection, I'm not sure it'd be possible to interleave the two output streams properly after the fact.
Is is possible to differentiate between stdout and stderr? For example to check that an error message was printed to stderr instead of stdout?
cc @snordhausen
The text was updated successfully, but these errors were encountered: