Fix tests not running locally

This commit is contained in:
Guillaume Gomez 2019-05-18 12:42:13 +02:00
parent c78af2bc60
commit 606377740b

View File

@ -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,
})
}