You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Call Command::env_clear() in integration tests to improve test hermeticity.
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: 728732692
0 commit comments