We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be19c03 commit f79601fCopy full SHA for f79601f
build_system/tests.rs
@@ -124,7 +124,7 @@ const EXTENDED_SYSROOT_SUITE: &[TestCase] = &[
124
if runner.is_native {
125
eprintln!("[TEST] rust-random/rand");
126
let mut test_cmd = RAND.test(&runner.target_compiler, &runner.dirs);
127
- test_cmd.arg("--workspace");
+ test_cmd.arg("--workspace").arg("--").arg("-q");
128
spawn_and_wait(test_cmd);
129
} else {
130
eprintln!("[AOT] rust-random/rand");
0 commit comments