Skip to content

Commit

Permalink
Buildbot suppression rules
Browse files Browse the repository at this point in the history
The warnings listed in the suppression file will be suppressed
and not flagged during regular buildbot builds.  These warnings
are expected, harmless, and can obscure real issues unless they
are suppressed.

Signed-off-by: Brian Behlendorf <[email protected]>
  • Loading branch information
behlendorf committed Aug 19, 2011
1 parent 4c069d3 commit 9c4f40b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/suppressed-warnings.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#
# Expected warnings which should be suppressed by buildbot
#
None : ^libtool: install: warning: relinking `.*'$
None : ^libtool: install: warning: remember to run `libtool --finish .*'$
None : ^libtool: install: warning: `.*' has not been installed in `.*'$

0 comments on commit 9c4f40b

Please sign in to comment.