mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-05-25 01:11:30 +00:00
Adjusting boottest-jenkins arguments to match reality.
This commit is contained in:
parent
436dadae0a
commit
82b1c1cd83
@ -158,7 +158,7 @@ class BootTest(object):
|
|||||||
command = [
|
command = [
|
||||||
self.script_path,
|
self.script_path,
|
||||||
"-c", self.rc_path,
|
"-c", self.rc_path,
|
||||||
"-d", self.distribution, "-s", self.series,
|
"-r", self.series,
|
||||||
]
|
]
|
||||||
command.extend(args)
|
command.extend(args)
|
||||||
return subprocess.check_output(command).strip()
|
return subprocess.check_output(command).strip()
|
||||||
|
@ -190,8 +190,7 @@ def collect():
|
|||||||
f.write(template)
|
f.write(template)
|
||||||
|
|
||||||
p = argparse.ArgumentParser()
|
p = argparse.ArgumentParser()
|
||||||
p.add_argument('-d')
|
p.add_argument('-r')
|
||||||
p.add_argument('-s')
|
|
||||||
p.add_argument('-c')
|
p.add_argument('-c')
|
||||||
|
|
||||||
sp = p.add_subparsers()
|
sp = p.add_subparsers()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user