Skip to content

Commit

Permalink
Unrolled build for rust-lang#127314
Browse files Browse the repository at this point in the history
Rollup merge of rust-lang#127314 - chenyukang:yukang-fix-bless-note, r=albertlarsan68

Trivial update on tidy bless note

Make the notes more verbose.
  • Loading branch information
rust-timer committed Jul 4, 2024
2 parents 9f877c9 + 87b7415 commit 80ae6f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/tidy/src/run_make_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ pub fn check(tests_path: &Path, src_path: &Path, bless: bool, bad: &mut bool) {
tidy_error!(
bad,
"Makefile `{}` no longer exists and should be removed from the exclusions in \
`src/tools/tidy/src/allowed_run_make_makefiles.txt`, you can run --bless to update \
`src/tools/tidy/src/allowed_run_make_makefiles.txt`, you can run `x test tidy --bless` to update \
the allow list",
p.display()
);
Expand Down

0 comments on commit 80ae6f1

Please sign in to comment.