mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-04-11 19:21:09 +00:00
boottest-britney debug options respects BOOTTEST_DEBUG configuration option.
This commit is contained in:
parent
cd49a7eae4
commit
9fb776f4c0
@ -178,10 +178,12 @@ class BootTest(object):
|
||||
return '-'
|
||||
command = [
|
||||
self.script_path,
|
||||
"-dPU",
|
||||
"-c", self.rc_path,
|
||||
"-r", self.series,
|
||||
"-PU",
|
||||
]
|
||||
if self.debug:
|
||||
command.append("-d")
|
||||
command.extend(args)
|
||||
return subprocess.check_output(command).strip()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user