unit test
This commit is contained in:
parent
a4fa9595f5
commit
dc023a3eb1
1 changed files with 3 additions and 1 deletions
|
|
@ -190,7 +190,9 @@ Note: scratch builds do not have build entries. Use download-task for those
|
|||
self.options,
|
||||
self.session,
|
||||
['--task-id', build_id],
|
||||
stderr='No associated builds for task %s\n' % build_id,
|
||||
stderr='No associated builds for task %s\n'
|
||||
'If this is a scratch build, try using download-task instead\n'
|
||||
% build_id,
|
||||
stdout='',
|
||||
activate_session=None,
|
||||
exit_code=1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue