Skip to content

Commit e85b026

Browse files
authored
Rollup merge of #110507 - weihanglo:print-try-run-output, r=jyn514
boostrap: print output during building tools Fixes #110506
2 parents 9f0b16b + 2c5867b commit e85b026

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/tool.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ impl Step for ToolBuild {
121121
builder.info(&msg);
122122

123123
let mut cargo = Command::from(cargo);
124-
let is_expected = builder.try_run_quiet(&mut cargo);
124+
let is_expected = builder.try_run(&mut cargo);
125125

126126
builder.save_toolstate(
127127
tool,

0 commit comments

Comments
 (0)