diff --git a/ui_test/src/lib.rs b/ui_test/src/lib.rs index b7488d817a6..305b4721e96 100644 --- a/ui_test/src/lib.rs +++ b/ui_test/src/lib.rs @@ -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