diff --git a/lnt/tests/test_suite.py b/lnt/tests/test_suite.py index eb7eeecd..97619742 100644 --- a/lnt/tests/test_suite.py +++ b/lnt/tests/test_suite.py @@ -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,