Commit b90142a
Call
The integration tests each run by creating `Command` sub-processes, and they expect capturing behavior by looking only at stdout output. Environmental variables such as `RUST_TEST_NOCAPTURE`, however, can change this behavior. To improve test hermeticity, we adjust the integration test runner so it uses a clean environment for the child sub-processes.
PiperOrigin-RevId: 728732692Command::env_clear() in integration tests to improve test hermeticity.1 parent f48d438 commit b90142a
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2012 | 2012 | | |
2013 | 2013 | | |
2014 | 2014 | | |
2015 | | - | |
| 2015 | + | |
| 2016 | + | |
| 2017 | + | |
| 2018 | + | |
| 2019 | + | |
| 2020 | + | |
2016 | 2021 | | |
2017 | 2022 | | |
2018 | 2023 | | |
| |||
0 commit comments