Skip to content

Commit

Permalink
[reduce] Add missing --test-ext argument
Browse files Browse the repository at this point in the history
  • Loading branch information
tysmith committed Jan 9, 2024
1 parent 92f0ee7 commit cf5873a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions grizzly/reduce/args.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ def __init__(self):
"(default: %(default)s).",
)

self.parser.add_argument("--test-ext", help="Overwrite testcase file extension")

self.parser.add_argument(
"--test-index",
default=[],
Expand Down

0 comments on commit cf5873a

Please sign in to comment.