The --test-cmd arg should not be a list #741 #657

This commit is contained in:
Paul Gauthier 2024-07-03 11:57:18 -03:00
parent 7a3b0d6ddb
commit 41ac55c255

View file

@ -385,7 +385,6 @@ def get_parser(default_config_files, git_root):
)
group.add_argument(
"--test-cmd",
action="append",
help="Specify command to run tests",
default=[],
)