Skip to content

Commit

Permalink
Fix crash in runtest when build_tool_options is not set (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
antmox authored Nov 21, 2024
1 parent e80247a commit 30f4c1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lnt/tests/test_suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -1169,7 +1169,7 @@ def diagnose(self):
@click.option("--use-make", "make", metavar="PATH",
type=click.UNPROCESSED,
help="Path to the build system tool [make/ninja/...]")
@click.option("--build-tool-options",
@click.option("--build-tool-options", default="",
help="Options to pass to the build system tool",
type=click.UNPROCESSED)
@click.option("--use-lit", "lit", metavar="PATH", type=click.UNPROCESSED,
Expand Down

0 comments on commit 30f4c1e

Please sign in to comment.