mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-05-18 22:11:30 +00:00
Improve "Requested autopkgtest" logging.
This commit is contained in:
parent
8584a061e1
commit
59705dda61
@ -139,8 +139,8 @@ class AutoPackageTest(object):
|
|||||||
src = linebits.pop(0)
|
src = linebits.pop(0)
|
||||||
ver = linebits.pop(0)
|
ver = linebits.pop(0)
|
||||||
if self.britney.options.verbose:
|
if self.britney.options.verbose:
|
||||||
print("I: [%s] - Requested autopkgtest for %s_%s" %
|
print("I: [%s] - Requested autopkgtest for %s_%s (%s)" %
|
||||||
(time.asctime(), src, ver))
|
(time.asctime(), src, ver, " ".join(linebits)))
|
||||||
try:
|
try:
|
||||||
status = linebits.pop(0).upper()
|
status = linebits.pop(0).upper()
|
||||||
while True:
|
while True:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user