Skip to content

Make test/run-pass/backtrace.rs more robust about own host environment #22970

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

Merged

Conversation

pnkfelix
Copy link
Member

@pnkfelix pnkfelix commented Mar 2, 2015

Make test/run-pass/backtrace.rs more robust about own host environment

Namely, I have been annoyed in the past when I have done RUST_BACKTRACE=1 make check only to discover (again) that such a trick causes this test to fail, because it assumes that the RUST_BACKTRACE environment variable is not set.

Fix #22870

…ent.

Namely, I have been annoyed in the past when I have done
`RUST_BACKTRACE=1 make check` only to discover (again) that such a
trick causes this test to fail, because it assumes that the
`RUST_BACKTRACE` environment variable is not set.

Fix rust-lang#22870
@rust-highfive
Copy link
Contributor

r? @alexcrichton

(rust_highfive has picked a reviewer for you, use r? to override)

@alexcrichton
Copy link
Member

@bors: r+ c6b6603 rollup

Manishearth added a commit to Manishearth/rust that referenced this pull request Mar 3, 2015
…against-env, r=alexcrichton

 Make `test/run-pass/backtrace.rs` more robust about own host environment

Namely, I have been annoyed in the past when I have done `RUST_BACKTRACE=1 make check` only to discover (again) that such a trick causes this test to fail, because it assumes that the `RUST_BACKTRACE` environment variable is not set.

Fix rust-lang#22870
@bors bors merged commit c6b6603 into rust-lang:master Mar 3, 2015
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.

run-pass/backtrace.rs test fails with RUST_BACKTRACE environment variable set
4 participants