trivial update on tidy bless note

This commit is contained in:
yukang 2024-07-04 10:07:22 +00:00
parent 486bc278ab
commit 87b741549c

View File

@ -95,7 +95,7 @@ pub fn check(tests_path: &Path, src_path: &Path, bless: bool, bad: &mut bool) {
tidy_error!( tidy_error!(
bad, bad,
"Makefile `{}` no longer exists and should be removed from the exclusions in \ "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", the allow list",
p.display() p.display()
); );