Open
Description
With rust-lang/rust#133073, we decided to rename --nocapture
but overlooked RUST_TEST_NOCAPTURE
. I suggested we defer how to handle RUST_TEST_NOCAPTURE
to not block --no-capture
on bigger decisions.
Options
- Add RUST_TEST_NO_CAPTURE
- Switch to positive logic with RUST_TEST_CAPTURE
- Maybe re-evaluate the true/false condition
- Deprecate it