Skip to content

Commit 7064af0

Browse files
committed
add a couple more groups
- group rustdoc-js-std - group rust-installer/test.sh
1 parent 8153f5b commit 7064af0

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

src/bootstrap/test.rs

+12-7
Original file line numberDiff line numberDiff line change
@@ -940,6 +940,13 @@ impl Step for RustdocJSStd {
940940
self.target,
941941
DocumentationFormat::HTML,
942942
));
943+
let _guard = builder.msg(
944+
Kind::Test,
945+
builder.top_stage,
946+
"rustdoc-js-std",
947+
builder.config.build,
948+
self.target,
949+
);
943950
builder.run(&mut command);
944951
} else {
945952
builder.info("No nodejs found, skipping \"tests/rustdoc-js-std\" tests");
@@ -2860,16 +2867,14 @@ impl Step for RustInstaller {
28602867
&[],
28612868
);
28622869

2863-
run_cargo_test(
2864-
cargo,
2865-
&[],
2866-
&[],
2867-
"installer",
2870+
let _guard = builder.msg(
2871+
Kind::Test,
2872+
compiler.stage,
28682873
"rust-installer",
2869-
compiler,
28702874
bootstrap_host,
2871-
builder,
2875+
bootstrap_host,
28722876
);
2877+
run_cargo_test(cargo, &[], &[], "installer", None, compiler, bootstrap_host, builder);
28732878

28742879
// We currently don't support running the test.sh script outside linux(?) environments.
28752880
// Eventually this should likely migrate to #[test]s in rust-installer proper rather than a

0 commit comments

Comments
 (0)