Skip to content

Commit

Permalink
boostrap: print output during building tools
Browse files Browse the repository at this point in the history
  • Loading branch information
weihanglo committed Apr 18, 2023
1 parent 4e46301 commit 2c5867b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap/tool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ impl Step for ToolBuild {
builder.info(&msg);

let mut cargo = Command::from(cargo);
let is_expected = builder.try_run_quiet(&mut cargo);
let is_expected = builder.try_run(&mut cargo);

builder.save_toolstate(
tool,
Expand Down

0 comments on commit 2c5867b

Please sign in to comment.