We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On Linux, if the TERM environment variable is set to dumb, the rustc-test crate fails to exit with a non-zero status when the subprocess panics.
TERM
dumb
rustc-test
Test case here: https://github.com/jimblandy/compiletest-issue-219
The text was updated successfully, but these errors were encountered:
If upstream doesn't fail then we need to sync code with libtest.
Sorry, something went wrong.
No branches or pull requests
On Linux, if the
TERM
environment variable is set todumb
, therustc-test
crate fails to exit with a non-zero status when the subprocess panics.Test case here: https://github.com/jimblandy/compiletest-issue-219
The text was updated successfully, but these errors were encountered: