Commit ec21fce
authored
fix(test): strip RUSTUP_TOOLCHAIN_SOURCE from test environment (#16857)
While I was trying to run the testsuite earlier, I kept running into
issues with `install` tests failing due to `cargo` warning about
toolchain overrides, as I have an override for my whole Rust projects
folder. After looking into it for a bit, I found that removing
`RUSTUP_TOOLCHAIN_SOURCE` from the `test_env` resolved the warnings
without causing any other tests to fail. I spent some time looking at
#16131 and #16469, trying to find ways this could cause problems, and
while I couldn't find any, I am not very confident in my assessment.
@smoelius do you have any thoughts?1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1458 | 1458 | | |
1459 | 1459 | | |
1460 | 1460 | | |
| 1461 | + | |
1461 | 1462 | | |
1462 | 1463 | | |
1463 | 1464 | | |
| |||
0 commit comments