Skip to content

Commit

Permalink
correct handling of cases in proces_test_suite script
Browse files Browse the repository at this point in the history
  • Loading branch information
stellaprins committed Nov 4, 2024
1 parent 58917f9 commit a6e7d65
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test_suite/process_test_suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@ def parse_arguments():

parser.add_argument(
"--cases",
action="store",
type=list,
action="extend",
nargs="+",
type=str,
default=[],
help="Limit to the cases listed in the file. Empty list means no limit",
)
Expand Down

0 comments on commit a6e7d65

Please sign in to comment.