mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-06-10 09:11:35 +00:00
fix mock adt-britney request for RUNNING
This commit is contained in:
parent
fecf3be811
commit
0f5d8cfdcc
@ -161,7 +161,7 @@ def request():
|
|||||||
if args.req:
|
if args.req:
|
||||||
shutil.copy(args.req, '%(path)s/adt-britney.requestarg')
|
shutil.copy(args.req, '%(path)s/adt-britney.requestarg')
|
||||||
with open(args.output, 'w') as f:
|
with open(args.output, 'w') as f:
|
||||||
f.write("""%(rq)s""".replace('PASS', 'NEW').replace('FAIL', 'NEW'))
|
f.write("""%(rq)s""".replace('PASS', 'NEW').replace('FAIL', 'NEW').replace('RUNNING', 'NEW'))
|
||||||
|
|
||||||
def submit():
|
def submit():
|
||||||
with open(args.req, 'w') as f:
|
with open(args.req, 'w') as f:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user