add a couple more groups
- group rustdoc-js-std - group rust-installer/test.sh
This commit is contained in:
parent
3e306c2ddb
commit
ce843aa24c
@ -939,6 +939,13 @@ impl Step for RustdocJSStd {
|
|||||||
builder,
|
builder,
|
||||||
DocumentationFormat::HTML,
|
DocumentationFormat::HTML,
|
||||||
));
|
));
|
||||||
|
let _guard = builder.msg(
|
||||||
|
Kind::Test,
|
||||||
|
builder.top_stage,
|
||||||
|
"rustdoc-js-std",
|
||||||
|
builder.config.build,
|
||||||
|
self.target,
|
||||||
|
);
|
||||||
builder.run(&mut command);
|
builder.run(&mut command);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -2854,16 +2861,14 @@ impl Step for RustInstaller {
|
|||||||
&[],
|
&[],
|
||||||
);
|
);
|
||||||
|
|
||||||
run_cargo_test(
|
let _guard = builder.msg(
|
||||||
cargo,
|
Kind::Test,
|
||||||
&[],
|
compiler.stage,
|
||||||
&[],
|
|
||||||
"installer",
|
|
||||||
"rust-installer",
|
"rust-installer",
|
||||||
compiler,
|
|
||||||
bootstrap_host,
|
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.
|
// 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
|
// Eventually this should likely migrate to #[test]s in rust-installer proper rather than a
|
||||||
|
Loading…
x
Reference in New Issue
Block a user