Skip to content

Commit

Permalink
Fix test filename argument not being optional
Browse files Browse the repository at this point in the history
  • Loading branch information
timsueberkrueb committed Mar 3, 2018
1 parent 1bebc1f commit 16271d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def _run_on_host(verbose: bool=False, file_or_dir: str=None):


@click.command()
@click.argument('file_or_dir', default=None)
@click.argument('file_or_dir', default='')
@click.option('--verbose', default=False, is_flag=True, help='Enable verbose output.')
@click.option('--docker/--lxd', default=False, is_flag=True, help='Container engine to use')
@click.option('--build-docker-images', default=False, is_flag=True, help='Build Docker images')
Expand Down

0 comments on commit 16271d3

Please sign in to comment.