cli: show log urls for failed tasks
Fixes: https://pagure.io/koji/issue/2188
This commit is contained in:
parent
30e87348b8
commit
bc478c2d68
17 changed files with 86 additions and 59 deletions
|
|
@ -122,7 +122,8 @@ class TestSaveFailedTree(unittest.TestCase):
|
|||
self.session.logout.assert_called_once_with()
|
||||
save_failed_tree.watch_tasks.assert_called_once_with(self.session, [spawned_id],
|
||||
poll_interval=options.poll_interval,
|
||||
quiet=options.quiet)
|
||||
quiet=options.quiet,
|
||||
topurl=options.topurl)
|
||||
|
||||
@mock.patch('sys.stdout', new_callable=six.StringIO)
|
||||
def test_handle_save_failed_tree_errors(self, stdout):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue