Skip to content

Commit

Permalink
Rollup merge of rust-lang#49908 - chrisccoulson:fix-rustdoc-themes-te…
Browse files Browse the repository at this point in the history
…st-without-rpath, r=Mark-Simulacrum

Fix test failure in src/tools/rustdoc-themes when rust.rpath = false

See rust-lang#49907
  • Loading branch information
kennytm committed Apr 13, 2018
2 parents 451cf7c + 6f10146 commit 0bf5af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ impl Step for RustdocTheme {
}

fn run(self, builder: &Builder) {
let rustdoc = builder.rustdoc(self.compiler.host);
let rustdoc = builder.out.join("bootstrap/debug/rustdoc");
let mut cmd = builder.tool_cmd(Tool::RustdocTheme);
cmd.arg(rustdoc.to_str().unwrap())
.arg(builder.src.join("src/librustdoc/html/static/themes").to_str().unwrap())
Expand Down

0 comments on commit 0bf5af0

Please sign in to comment.