Skip to content

Commit

Permalink
Fix test failure in src/tools/rustdoc-themes when rust.rpath = false
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisccoulson committed Apr 12, 2018
1 parent 9afed64 commit 6f10146
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 6f10146

Please sign in to comment.