Skip to content

Commit 992e4c6

Browse files
committed
Remove top-level output markers for tidy.
1 parent af9ef62 commit 992e4c6

File tree

1 file changed

+0
-3
lines changed
  • src/bootstrap/src/core/build_steps

1 file changed

+0
-3
lines changed

src/bootstrap/src/core/build_steps/test.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1249,7 +1249,6 @@ impl Step for Tidy {
12491249

12501250
if builder.config.channel == "dev" || builder.config.channel == "nightly" {
12511251
if !builder.config.json_output {
1252-
builder.info("fmt check");
12531252
if builder.config.initial_rustfmt.is_none() {
12541253
let inferred_rustfmt_dir = builder.initial_sysroot.join("bin");
12551254
eprintln!(
@@ -1277,10 +1276,8 @@ HELP: to skip test's attempt to check tidiness, pass `--skip src/tools/tidy` to
12771276
}
12781277
}
12791278

1280-
builder.info("tidy check");
12811279
cmd.delay_failure().run(builder);
12821280

1283-
builder.info("x.py completions check");
12841281
let completion_paths = get_completion_paths(builder);
12851282
if builder.config.cmd.bless() {
12861283
builder.ensure(crate::core::build_steps::run::GenerateCompletions);

0 commit comments

Comments
 (0)