about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2023-02-25 18:01:42 +0000
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2023-02-25 18:01:42 +0000
commitf79601fbb09c50e47ade725ed350e02bcaeb55bc (patch)
treec43c7c13b1adb9be37f40a9175c5394fc9fc9b19
parentbe19c03e6966d636ef696e23cc8a60669a2bb19c (diff)
downloadrust-f79601fbb09c50e47ade725ed350e02bcaeb55bc.tar.gz
rust-f79601fbb09c50e47ade725ed350e02bcaeb55bc.zip
Reduce verbosity of rand testing
-rw-r--r--build_system/tests.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_system/tests.rs b/build_system/tests.rs
index 53d43caf942..c80784accac 100644
--- a/build_system/tests.rs
+++ b/build_system/tests.rs
@@ -124,7 +124,7 @@ const EXTENDED_SYSROOT_SUITE: &[TestCase] = &[
         if runner.is_native {
             eprintln!("[TEST] rust-random/rand");
             let mut test_cmd = RAND.test(&runner.target_compiler, &runner.dirs);
-            test_cmd.arg("--workspace");
+            test_cmd.arg("--workspace").arg("--").arg("-q");
             spawn_and_wait(test_cmd);
         } else {
             eprintln!("[AOT] rust-random/rand");