提交 d321ed95 编写于 作者: L Lukáš Doktor

avocado.plugins.runner: improve -m description

Adding multiple multiplex files via -m is order dependent. This might
not be obvious and this patch adds the note about this.
Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
上级 4b3669f3
......@@ -111,7 +111,8 @@ class TestRunner(plugin.Plugin):
if multiplexer.MULTIPLEX_CAPABLE:
mux = self.parser.add_argument_group('multiplex arguments')
mux.add_argument('-m', '--multiplex-files', nargs='*', default=None,
help='Path(s) to a avocado multiplex (.yaml) file(s)')
help='Path(s) to a avocado multiplex (.yaml) '
'file(s) (order dependent)')
mux.add_argument('--filter-only', nargs='*', default=[],
help='Filter only path(s) from multiplexing')
mux.add_argument('--filter-out', nargs='*', default=[],
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册