From: Brian Behlendorf Date: Tue, 2 Aug 2011 20:20:00 +0000 (-0700) Subject: Buildbot suppression rules X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=commitdiff_plain;h=9c4f40b894dd5b5c2ef18546d23d7e91095ac509;p=zfs.git Buildbot suppression rules 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 --- diff --git a/config/suppressed-warnings.txt b/config/suppressed-warnings.txt new file mode 100644 index 0000000..13a1efd --- /dev/null +++ b/config/suppressed-warnings.txt @@ -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 `.*'$