about summary refs log tree commit diff
path: root/src/bootstrap
diff options
context:
space:
mode:
authorJohn Kåre Alsaker <john.kare.alsaker@gmail.com>2019-03-14 06:35:48 +0100
committerJohn Kåre Alsaker <john.kare.alsaker@gmail.com>2019-03-14 06:35:48 +0100
commit41cdf07483ed39ccd85ce1c9ae7512ceb3bbb657 (patch)
treec84380bdcd5420de22eb385c39d6c166e06194d6 /src/bootstrap
parent88d43a052a9230230bb263ff0b7b072134203510 (diff)
downloadrust-41cdf07483ed39ccd85ce1c9ae7512ceb3bbb657.tar.gz
rust-41cdf07483ed39ccd85ce1c9ae7512ceb3bbb657.zip
Run RustdocUi earlier
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!(