Skip to content

Commit 24d4699

Browse files
committed
patchtest2/parser.py: allow --module-paths multiple times
Signed-off-by: Trevor Gamblin <[email protected]>
1 parent f000ee7 commit 24d4699

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/patchtest2/parser.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ def get_parser(cls):
7676
# Add --module-path/-m argument that can be specified multiple times
7777
parser.add_argument(
7878
'--module-paths', '-m',
79+
action='append',
7980
type=str,
8081
help='Comma-separated list of additional paths to search for test modules (src/patchtest2/tests is always included)'
8182
)

0 commit comments

Comments
 (0)