Skip to content

Commit

Permalink
run_quiet outputs stdout/stderr when things go wrong.
Browse files Browse the repository at this point in the history
(was `run` uses `run_silent` under the covers.)
  • Loading branch information
gilescope committed Jul 26, 2019
1 parent a7f2867 commit 9d796eb
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 @@ -1493,7 +1493,7 @@ impl Step for ErrorIndex {

builder.info(&format!("Testing error-index stage{}", compiler.stage));
let _time = util::timeit(&builder);
builder.run(&mut tool);
builder.run_quiet(&mut tool);
markdown_test(builder, compiler, &output);
}
}
Expand Down

0 comments on commit 9d796eb

Please sign in to comment.