Skip to content

Commit ce843aa

Browse files
committed
add a couple more groups
- group rustdoc-js-std - group rust-installer/test.sh
1 parent 3e306c2 commit ce843aa

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
@@ -939,6 +939,13 @@ impl Step for RustdocJSStd {
939939
builder,
940940
DocumentationFormat::HTML,
941941
));
942+
let _guard = builder.msg(
943+
Kind::Test,
944+
builder.top_stage,
945+
"rustdoc-js-std",
946+
builder.config.build,
947+
self.target,
948+
);
942949
builder.run(&mut command);
943950
}
944951
}
@@ -2854,16 +2861,14 @@ impl Step for RustInstaller {
28542861
&[],
28552862
);
28562863

2857-
run_cargo_test(
2858-
cargo,
2859-
&[],
2860-
&[],
2861-
"installer",
2864+
let _guard = builder.msg(
2865+
Kind::Test,
2866+
compiler.stage,
28622867
"rust-installer",
2863-
compiler,
28642868
bootstrap_host,
2865-
builder,
2869+
bootstrap_host,
28662870
);
2871+
run_cargo_test(cargo, &[], &[], "installer", None, compiler, bootstrap_host, builder);
28672872

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

0 commit comments

Comments
 (0)