mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-02-10 22:17:36 +00:00
autopkgtest: Don't output an info line for ignored failures
We already skip displaying most other types of results where no action is required including ALWAYSFAIL, should do it for hints too
This commit is contained in:
parent
65f327aa74
commit
6f5d6bb703
@ -466,7 +466,7 @@ class AutopkgtestPolicy(BasePolicy):
|
||||
|
||||
# render HTML line for testsrc entry, but only when action is
|
||||
# or may be required
|
||||
if r - {'PASS', 'NEUTRAL', 'RUNNING-ALWAYSFAIL', 'ALWAYSFAIL'}:
|
||||
if r - {'PASS', 'NEUTRAL', 'RUNNING-ALWAYSFAIL', 'ALWAYSFAIL', 'IGNORE-FAIL'}:
|
||||
results_info.append("autopkgtest for %s: %s" % (testname, ', '.join(html_archmsg)))
|
||||
|
||||
if verdict != PolicyVerdict.PASS:
|
||||
|
Loading…
x
Reference in New Issue
Block a user