about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorjyn <github@jyn.dev>2023-07-09 22:57:17 -0500
committerjyn <github@jyn.dev>2023-07-14 17:32:25 -0500
commitce843aa24cf8dc6a26746f86179d8453b1b76426 (patch)
tree7a99e71ec33f466957a8ac0d6c46a6bc88aa1d5c /src
parent3e306c2ddb743491147e0a36fc531692d9c0d30d (diff)
add a couple more groups
- group rustdoc-js-std
- group rust-installer/test.sh
Diffstat (limited to 'src')
-rw-r--r--src/bootstrap/test.rs19
1 files changed, 12 insertions, 7 deletions
diff --git a/src/bootstrap/test.rs b/src/bootstrap/test.rs
index c8ec9f1a8ff..9ceb2714262 100644
--- a/src/bootstrap/test.rs
+++ b/src/bootstrap/test.rs
@@ -939,6 +939,13 @@ impl Step for RustdocJSStd {
             builder,
             DocumentationFormat::HTML,
         ));
+        let _guard = builder.msg(
+            Kind::Test,
+            builder.top_stage,
+            "rustdoc-js-std",
+            builder.config.build,
+            self.target,
+        );
         builder.run(&mut command);
     }
 }
@@ -2854,16 +2861,14 @@ impl Step for RustInstaller {
             &[],
         );
 
-        run_cargo_test(
-            cargo,
-            &[],
-            &[],
-            "installer",
+        let _guard = builder.msg(
+            Kind::Test,
+            compiler.stage,
             "rust-installer",
-            compiler,
             bootstrap_host,
-            builder,
+            bootstrap_host,
         );
+        run_cargo_test(cargo, &[], &[], "installer", None, compiler, bootstrap_host, builder);
 
         // We currently don't support running the test.sh script outside linux(?) environments.
         // Eventually this should likely migrate to #[test]s in rust-installer proper rather than a