about summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2023-04-09 13:25:41 +0000
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2023-04-09 13:25:41 +0000
commitc4b379460fce873c411e639dc8db2a7a492b5b81 (patch)
tree2bdeae4556f42e73339debadf880f458b1962b8e /scripts
parentc7053b391c41f6f96d020d5136feb31f9913753d (diff)
downloadrust-c4b379460fce873c411e639dc8db2a7a492b5b81.tar.gz
rust-c4b379460fce873c411e639dc8db2a7a492b5b81.zip
Use --nocapture instead of RUST_TEST_NOCAPTURE
RUST_TEST_NOCAPTURE is no longer respected
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/test_rustc_tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/test_rustc_tests.sh b/scripts/test_rustc_tests.sh
index 1d3188fa234..c866f49683c 100755
--- a/scripts/test_rustc_tests.sh
+++ b/scripts/test_rustc_tests.sh
@@ -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