compiletest: disambiguate html-tidy from rust tidy tool
This commit is contained in:
parent
bed75e7c21
commit
53974b1786
@ -19,7 +19,7 @@ fn main() {
|
|||||||
let config = Arc::new(parse_config(env::args().collect()));
|
let config = Arc::new(parse_config(env::args().collect()));
|
||||||
|
|
||||||
if !config.has_tidy && config.mode == Mode::Rustdoc {
|
if !config.has_tidy && config.mode == Mode::Rustdoc {
|
||||||
eprintln!("warning: `tidy` is not installed; diffs will not be generated");
|
eprintln!("warning: `tidy` (html-tidy.org) is not installed; diffs will not be generated");
|
||||||
}
|
}
|
||||||
|
|
||||||
if !config.profiler_runtime && config.mode == Mode::CoverageRun {
|
if !config.profiler_runtime && config.mode == Mode::CoverageRun {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user