about summary refs log tree commit diff
path: root/src/bootstrap
diff options
context:
space:
mode:
authorkennytm <kennytm@gmail.com>2019-03-16 14:56:57 +0800
committerkennytm <kennytm@gmail.com>2019-03-16 22:40:39 +0800
commit08959313bebd77a02db2d036a5b39714cba930bc (patch)
treea964a8bd962616b65200af9fe2082c21962fe0bb /src/bootstrap
parent6ffcf97be5bf263ac79e7164592ce84514cde326 (diff)
parent41cdf07483ed39ccd85ce1c9ae7512ceb3bbb657 (diff)
downloadrust-08959313bebd77a02db2d036a5b39714cba930bc.tar.gz
rust-08959313bebd77a02db2d036a5b39714cba930bc.zip
Rollup merge of #59175 - Zoxc:fix-process-test, r=alexcrichton
Don't run test launching `echo` since that doesn't exist on Windows
Diffstat (limited to 'src/bootstrap')
-rw-r--r--src/bootstrap/builder.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/builder.rs b/src/bootstrap/builder.rs
index ffd23e72e80..daa6749f87f 100644
--- a/src/bootstrap/builder.rs
+++ b/src/bootstrap/builder.rs
@@ -408,11 +408,11 @@ impl<'a> Builder<'a> {
                 test::RustdocJSStd,
                 test::RustdocJSNotStd,
                 test::RustdocTheme,
+                test::RustdocUi,
                 // Run bootstrap close to the end as it's unlikely to fail
                 test::Bootstrap,
                 // Run run-make last, since these won't pass without make on Windows
                 test::RunMake,
-                test::RustdocUi
             ),
             Kind::Bench => describe!(test::Crate, test::CrateLibrustc),
             Kind::Doc => describe!(