Skip to content

Commit be3643c

Browse files
author
Pavel Kosov
committed
Added parameter missed during rebase.
1 parent 00798d9 commit be3643c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lnt/lnttool/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ def action_showtests():
188188
help="testsuite to use in case the url is a file path")
189189
@click.option("--ignore-regressions", is_flag=True,
190190
help="disable regression tracking")
191-
def action_submit(url, files, select_machine, merge, verbose,
191+
def action_submit(url, files, select_machine, merge, verbose, testsuite,
192192
ignore_regressions):
193193
"""submit a test report to the server"""
194194
from lnt.util import ServerUtil

0 commit comments

Comments
 (0)