diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-11-29 11:13:30 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-11-29 11:13:30 +0100 |
commit | d59c92661e0292bc632563055650de8319abedcc (patch) | |
tree | a42146a20dbbc716e00caae794783338b832bd80 | |
parent | 6fce75c46fbbf0fb687ad17df4cbc1488464130e (diff) | |
download | jenkins.debian.net-d59c92661e0292bc632563055650de8319abedcc.tar.xz |
ignore perl locale warnings
-rw-r--r-- | logparse/debian-pkg-ci.rules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/logparse/debian-pkg-ci.rules b/logparse/debian-pkg-ci.rules index f4658324..c73a3a39 100644 --- a/logparse/debian-pkg-ci.rules +++ b/logparse/debian-pkg-ci.rules @@ -20,6 +20,8 @@ ok /warning: the authors of lintian do not recommend running it with root privil ok /test_no_warnings PASSED/ ok /pytest-warning/ ok /gbp:warning: Pristine-tar branch "pristine-tar" not found/ +ok /perl: warning: Please check that your locale settings:/ +ok /perl: warning: Falling back to the standard locale/ # suppress warnings from commit messages ok /HEAD is now at .+/ |