mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-02-23 19:31:55 +00:00
Add a missing "no cover"
Signed-off-by: Niels Thykier <niels@thykier.net>
This commit is contained in:
parent
427328821e
commit
b200c15062
@ -364,7 +364,7 @@ def check_target_suite_source_pkg_consistency(suite_info, comment, logger):
|
||||
logger.error("inconsistency found (%s): binary %s from source %s not in binaries_t[%s]" % (
|
||||
comment, binary, src, parch))
|
||||
|
||||
if issues_found:
|
||||
if issues_found: # pragma: no cover
|
||||
raise AssertionError("inconsistencies found in target suite")
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user