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
ubuntu/dry-run
Iain Lane 5 years ago committed by Iain Lane
parent fe748849e0
commit e5c3f86393

@ -466,7 +466,7 @@ class AutopkgtestPolicy(BasePolicy):
# render HTML line for testsrc entry, but only when action is # render HTML line for testsrc entry, but only when action is
# or may be required # 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))) results_info.append("autopkgtest for %s: %s" % (testname, ', '.join(html_archmsg)))
if verdict != PolicyVerdict.PASS: if verdict != PolicyVerdict.PASS:

Loading…
Cancel
Save