Skip to content

Commit c4b3794

Browse files
committed
Use --nocapture instead of RUST_TEST_NOCAPTURE
RUST_TEST_NOCAPTURE is no longer respected
1 parent c7053b3 commit c4b3794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/test_rustc_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,5 +122,5 @@ rm tests/ui/process/nofile-limit.rs # TODO some AArch64 linking issue
122122
rm tests/ui/stdio-is-blocking.rs # really slow with unoptimized libstd
123123

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

0 commit comments

Comments
 (0)