mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-05-30 03:41:30 +00:00
Split all triggers, not just the first one
This commit is contained in:
parent
e7eae446b6
commit
bbdd8105b2
@ -1043,7 +1043,7 @@ class AutopkgtestPolicy(BasePolicy):
|
|||||||
|
|
||||||
# parse recorded triggers in test result
|
# parse recorded triggers in test result
|
||||||
if triggers:
|
if triggers:
|
||||||
result_triggers = [i for i in triggers.split(' ', 1) if '/' in i]
|
result_triggers = [i for i in triggers.split(' ') if '/' in i]
|
||||||
else:
|
else:
|
||||||
self.logger.error('%s result has no ADT_TEST_TRIGGERS, ignoring')
|
self.logger.error('%s result has no ADT_TEST_TRIGGERS, ignoring')
|
||||||
continue
|
continue
|
||||||
|
Loading…
x
Reference in New Issue
Block a user