Avoid a duplicate "[TEST] rust-random/rand"
This commit is contained in:
parent
c615e9248a
commit
b88e129915
@ -125,12 +125,11 @@ const EXTENDED_SYSROOT_SUITE: &[TestCase] = &[
|
|||||||
RAND.clean(&runner.dirs);
|
RAND.clean(&runner.dirs);
|
||||||
|
|
||||||
if runner.is_native {
|
if runner.is_native {
|
||||||
eprintln!("[TEST] rust-random/rand");
|
|
||||||
let mut test_cmd = RAND.test(&runner.target_compiler, &runner.dirs);
|
let mut test_cmd = RAND.test(&runner.target_compiler, &runner.dirs);
|
||||||
test_cmd.arg("--workspace").arg("--").arg("-q");
|
test_cmd.arg("--workspace").arg("--").arg("-q");
|
||||||
spawn_and_wait(test_cmd);
|
spawn_and_wait(test_cmd);
|
||||||
} else {
|
} else {
|
||||||
eprintln!("[AOT] rust-random/rand");
|
eprintln!("Cross-Compiling: Not running tests");
|
||||||
let mut build_cmd = RAND.build(&runner.target_compiler, &runner.dirs);
|
let mut build_cmd = RAND.build(&runner.target_compiler, &runner.dirs);
|
||||||
build_cmd.arg("--workspace").arg("--tests");
|
build_cmd.arg("--workspace").arg("--tests");
|
||||||
spawn_and_wait(build_cmd);
|
spawn_and_wait(build_cmd);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user