print reason for ignoring

This commit is contained in:
Ralf Jung 2022-05-30 10:31:12 +02:00
parent 4e91c2e368
commit 86e53f41b0

View File

@ -89,7 +89,7 @@ pub fn run_tests(config: Config) {
// Ignore file if only/ignore rules do (not) apply
if ignore_file(&comments, &target) {
ignored.fetch_add(1, Ordering::Relaxed);
eprintln!("{} ... {}", path.display(), "ignored".yellow());
eprintln!("{} ... {}", path.display(), "ignored (in-test comment)".yellow());
continue;
}
// Run the test for all revisions