minor fix in bench run-ui-tests --help (#4537)
This commit is contained in:
parent
b1e25ee7f4
commit
4935014643
1 changed files with 1 additions and 1 deletions
|
|
@ -327,7 +327,7 @@ def run_tests(context, app=None, module=None, doctype=None, test=(),
|
|||
|
||||
@click.command('run-ui-tests')
|
||||
@click.option('--app', help="App to run tests on, leave blank for all apps")
|
||||
@click.option('--test', help="File name of the test you want to run")
|
||||
@click.option('--test', help="Path to the specific test you want to run")
|
||||
@click.option('--profile', is_flag=True, default=False)
|
||||
@pass_context
|
||||
def run_ui_tests(context, app=None, test=False, profile=False):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue