summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrocky <rocky@gnu.org>2012-10-22 00:44:36 +0200
committerrocky <rocky@gnu.org>2012-10-22 00:44:36 +0200
commit466deedbc740931028d34fa6c33be354cac763b2 (patch)
treeabce5cf074a6b2deeaac80c5f65a4594102847f7
parent9452cf6b9811f72785b7a4e3717d2dc722ecff4d (diff)
make-check-filter.rb: Ignore older "make: .. is up to date." message
-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