Skip to content

Commit 2c5867b

Browse files
committed
boostrap: print output during building tools
1 parent 4e46301 commit 2c5867b

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)