compiletest overwrites PYTHONPATH #108779
Labels
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-bug
Category: This is a bug.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
I tried running
x t tests/debuginfo/basic-types-globals-metadata.rs
, with the PYTHONPATH env variable set, as a workaround for rust-lang/simpleinfra#254.However, it does not work, because compiletest or bootstrap overwrites the env variable instead of simply appending/prepending.
The text was updated successfully, but these errors were encountered: