Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit f79601f

Browse files
committed
Reduce verbosity of rand testing
1 parent be19c03 commit f79601f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_system/tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ const EXTENDED_SYSROOT_SUITE: &[TestCase] = &[
124124
if runner.is_native {
125125
eprintln!("[TEST] rust-random/rand");
126126
let mut test_cmd = RAND.test(&runner.target_compiler, &runner.dirs);
127-
test_cmd.arg("--workspace");
127+
test_cmd.arg("--workspace").arg("--").arg("-q");
128128
spawn_and_wait(test_cmd);
129129
} else {
130130
eprintln!("[AOT] rust-random/rand");

0 commit comments

Comments
 (0)