summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmake-check-filter.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/make-check-filter.rb b/make-check-filter.rb
index 0f8976f3..704f8bd6 100755
--- a/make-check-filter.rb
+++ b/make-check-filter.rb
@@ -19,6 +19,7 @@ pats = '(' +
'^-+$',
'^##<<+$',
'^##>>+$',
+ '`.+\' is up to date.$',
'^\s*$',
].join('|') + ')'
# puts pats