mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
regrtest: accept options after test names
This commit is contained in:
@@ -325,7 +325,7 @@ def _create_parser():
|
||||
group.add_argument('-P', '--pgo', dest='pgo', action='store_true',
|
||||
help='enable Profile Guided Optimization training')
|
||||
|
||||
parser.add_argument('args', nargs=argparse.REMAINDER,
|
||||
parser.add_argument('args', nargs='*',
|
||||
help=argparse.SUPPRESS)
|
||||
|
||||
return parser
|
||||
|
||||
Reference in New Issue
Block a user