Commit a0a14f2
committed
Auto merge of #8168 - ecstatic-morse:future-proof-test, r=alexcrichton
Clear `RUSTDOCFLAGS` before running tests
It turns out that this test will fail if `RUSTDOCFLAGS` is set in the test runner. This was found in
rust-lang/rust#71458 (comment) when that PR attempted to set the proper `RUSTDOCFLAGS` to enable `./x.py doc --stage 0 src/libstd`. Run the test with no `RUSTDOCFLAGS` so that the config file always gets used.1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1723 | 1723 | | |
1724 | 1724 | | |
1725 | 1725 | | |
| 1726 | + | |
1726 | 1727 | | |
1727 | 1728 | | |
1728 | 1729 | | |
| |||
0 commit comments