提交 cea1ee06 编写于 作者: L Lucas Meneghel Rodrigues

avocado.cli.parser: Remove unused -V option

This option has been replaced with option --show-job-log,
specific to the test runner.
Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
上级 9b077d2c
......@@ -35,9 +35,6 @@ class Parser(object):
version='Avocado %s' % VERSION,
add_help=False, # see parent parsing
description='Avocado Test Runner')
self.application.add_argument('-V', '--verbose', action='store_true',
help='print extra debug messages',
dest='verbose')
self.application.add_argument('--logdir', action='store',
help='Alternate logs directory',
dest='logdir', default='')
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册