From 9c4f40b894dd5b5c2ef18546d23d7e91095ac509 Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Tue, 2 Aug 2011 13:20:00 -0700 Subject: [PATCH] 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 --- config/suppressed-warnings.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 config/suppressed-warnings.txt 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 `.*'$ -- 1.8.3.1