mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-02-13 15:37:02 +00:00
autopkgtest: Log force-reset-test hints too
This commit is contained in:
parent
45cc7b4366
commit
b9747f3b23
@ -784,6 +784,7 @@ class AutopkgtestPolicy(BasePolicy):
|
||||
hints = self.britney.hints.search('force-reset-test', package=src)
|
||||
|
||||
if hints:
|
||||
self.log('Checking hints for %s/%s/%s: %s' % (src, ver, arch, [str(h) for h in hints]))
|
||||
for hint in hints:
|
||||
for mi in hint.packages:
|
||||
if (mi.architecture in ['source', arch] and
|
||||
|
Loading…
x
Reference in New Issue
Block a user