Skip to content

Commit 9d796eb

Browse files
committed
run_quiet outputs stdout/stderr when things go wrong.
(was `run` uses `run_silent` under the covers.)
1 parent a7f2867 commit 9d796eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/bootstrap/test.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1493,7 +1493,7 @@ impl Step for ErrorIndex {
14931493

14941494
builder.info(&format!("Testing error-index stage{}", compiler.stage));
14951495
let _time = util::timeit(&builder);
1496-
builder.run(&mut tool);
1496+
builder.run_quiet(&mut tool);
14971497
markdown_test(builder, compiler, &output);
14981498
}
14991499
}

0 commit comments

Comments
 (0)