Avoid spurious print outs during dryrun
This commit is contained in:
parent
da897dfb6d
commit
22769917b0
@ -160,12 +160,12 @@ macro_rules! tool_check_step {
|
||||
&[],
|
||||
);
|
||||
|
||||
println!(
|
||||
builder.info(&format!(
|
||||
"Checking {} artifacts ({} -> {})",
|
||||
stringify!($name).to_lowercase(),
|
||||
&compiler.host.triple,
|
||||
target.triple
|
||||
);
|
||||
));
|
||||
run_cargo(
|
||||
builder,
|
||||
cargo,
|
||||
|
Loading…
Reference in New Issue
Block a user