Skip to content

Commit

Permalink
cron: Add --test-case-limit alias to --test_case_limit option
Browse files Browse the repository at this point in the history
  • Loading branch information
mkasenberg committed Jul 29, 2024
1 parent 724fb15 commit 1a8ba4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/cron/autopts_cron.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def __init__(self, add_help=True):
help="Names of test cases to exclude. Groups of "
"test cases can be specified by profile names")

self.add_argument("--test_case_limit", nargs='?', type=int, default=0,
self.add_argument("--test_case_limit", "--test-case-limit", nargs='?', type=int, default=0,
help="Limit of test cases to run")


Expand Down

0 comments on commit 1a8ba4e

Please sign in to comment.