Skip to content

Commit

Permalink
Update Lib/test/libregrtest/cmdline.py
Browse files Browse the repository at this point in the history
Co-authored-by: Tomas R. <tomas.roun8@gmail.com>
  • Loading branch information
colesbury and tomasr8 authored Dec 16, 2024
1 parent 2813375 commit e8091fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/test/libregrtest/cmdline.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ def _create_parser():
group.add_argument('--parallel-threads', metavar='PARALLEL_THREADS',
type=int,
help='run copies of each test in PARALLEL_THREADS at '
'once')
'once')
group.add_argument('-T', '--coverage', action='store_true',
dest='trace',
help='turn on code coverage tracing using the trace '
Expand Down

0 comments on commit e8091fe

Please sign in to comment.