summaryrefslogtreecommitdiff
path: root/zephyr/zmake/zmake/__main__.py
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/zmake/zmake/__main__.py')
-rw-r--r--zephyr/zmake/zmake/__main__.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/zephyr/zmake/zmake/__main__.py b/zephyr/zmake/zmake/__main__.py
index b0ec24a1db..942fb1ea0d 100644
--- a/zephyr/zmake/zmake/__main__.py
+++ b/zephyr/zmake/zmake/__main__.py
@@ -77,6 +77,10 @@ def main(argv=None):
'checkout.')
parser.add_argument('--zephyr-base', type=pathlib.Path,
help='Path to Zephyr OS repository')
+ parser.add_argument('--cq', action='store_true',
+ default=False,
+ help='Run this pass from CQ (turns off some flaky '
+ 'features)')
sub = parser.add_subparsers(dest='subcommand', help='Subcommand')
sub.required = True