diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2019-05-18 12:42:13 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2019-05-18 12:45:29 +0200 |
| commit | 606377740b6022664299b47c8dd8d3e65017021d (patch) | |
| tree | 83b028d33d95a59a64c309a0f5d73901842d75af | |
| parent | c78af2bc60fe8611c063c13bea1295c784403234 (diff) | |
| download | rust-606377740b6022664299b47c8dd8d3e65017021d.tar.gz rust-606377740b6022664299b47c8dd8d3e65017021d.zip | |
Fix tests not running locally
| -rw-r--r-- | src/bootstrap/test.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/test.rs b/src/bootstrap/test.rs index 7826ac94718..be0af8be7b2 100644 --- a/src/bootstrap/test.rs +++ b/src/bootstrap/test.rs @@ -683,7 +683,7 @@ impl Step for RustdocUi { target: self.target, mode: "ui", suite: "rustdoc-ui", - path: None, + path: Some("src/test/rustdoc-ui"), compare_mode: None, }) } |
