mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-02-10 22:17:36 +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
|
||||
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:
|
||||
self.logger.error('%s result has no ADT_TEST_TRIGGERS, ignoring')
|
||||
continue
|
||||
|
Loading…
x
Reference in New Issue
Block a user