mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-05-23 08:21:30 +00:00
SRU ADT regression: add newlines to the list of failures.
This commit is contained in:
parent
36047784d9
commit
aa880c0d38
@ -125,7 +125,7 @@ class SRUADTRegressionPolicy(BasePolicy, Rest):
|
|||||||
# Prepare a helper string that lists all the ADT failures
|
# Prepare a helper string that lists all the ADT failures
|
||||||
failures = ''
|
failures = ''
|
||||||
for pkg, arches in regressions.items():
|
for pkg, arches in regressions.items():
|
||||||
failures += '%s (%s)' % (pkg, ', '.join(arches))
|
failures += '%s (%s)\n' % (pkg, ', '.join(arches))
|
||||||
|
|
||||||
bugs = self.bugs_from_changes(changes_url)
|
bugs = self.bugs_from_changes(changes_url)
|
||||||
# Now leave a comment informing about the ADT regressions on each bug
|
# Now leave a comment informing about the ADT regressions on each bug
|
||||||
|
Loading…
x
Reference in New Issue
Block a user