Reduce verbosity of rand testing
This commit is contained in:
parent
be19c03e69
commit
f79601fbb0
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue