mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-02-10 05:57:28 +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:
|
||||
shutil.copy(args.req, '%(path)s/adt-britney.requestarg')
|
||||
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():
|
||||
with open(args.req, 'w') as f:
|
||||
|
Loading…
x
Reference in New Issue
Block a user