Skip to content

Commit

Permalink
Use --nocapture instead of RUST_TEST_NOCAPTURE
Browse files Browse the repository at this point in the history
RUST_TEST_NOCAPTURE is no longer respected
  • Loading branch information
bjorn3 committed Apr 9, 2023
1 parent c7053b3 commit c4b3794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test_rustc_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,5 +122,5 @@ rm tests/ui/process/nofile-limit.rs # TODO some AArch64 linking issue
rm tests/ui/stdio-is-blocking.rs # really slow with unoptimized libstd

echo "[TEST] rustc test suite"
RUST_TEST_NOCAPTURE=1 COMPILETEST_FORCE_STAGE0=1 ./x.py test --stage 0 tests/{codegen-units,run-make,run-pass-valgrind,ui,incremental}
COMPILETEST_FORCE_STAGE0=1 ./x.py test --stage 0 --test-args=--nocapture tests/{codegen-units,run-make,run-pass-valgrind,ui,incremental}
popd

0 comments on commit c4b3794

Please sign in to comment.