diff options
author | Brian Behlendorf <[email protected]> | 2011-08-02 13:20:00 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2011-08-19 16:26:06 -0700 |
commit | 9c4f40b894dd5b5c2ef18546d23d7e91095ac509 (patch) | |
tree | d077d48963126cda55811aca03d013a6dad16f79 | |
parent | 4c069d349440cbf1ebe234d65b53ab41eaea5569 (diff) |
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 <[email protected]>
-rw-r--r-- | config/suppressed-warnings.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/suppressed-warnings.txt b/config/suppressed-warnings.txt new file mode 100644 index 000000000..13a1efd76 --- /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 `.*'$ |