Skip to content

Commit b88e129

Browse files
committed
Avoid a duplicate "[TEST] rust-random/rand"
1 parent c615e92 commit b88e129

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build_system/tests.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -125,12 +125,11 @@ const EXTENDED_SYSROOT_SUITE: &[TestCase] = &[
125125
RAND.clean(&runner.dirs);
126126

127127
if runner.is_native {
128-
eprintln!("[TEST] rust-random/rand");
129128
let mut test_cmd = RAND.test(&runner.target_compiler, &runner.dirs);
130129
test_cmd.arg("--workspace").arg("--").arg("-q");
131130
spawn_and_wait(test_cmd);
132131
} else {
133-
eprintln!("[AOT] rust-random/rand");
132+
eprintln!("Cross-Compiling: Not running tests");
134133
let mut build_cmd = RAND.build(&runner.target_compiler, &runner.dirs);
135134
build_cmd.arg("--workspace").arg("--tests");
136135
spawn_and_wait(build_cmd);

0 commit comments

Comments
 (0)