X Tutup
Skip to content
Prev Previous commit
Next Next commit
Update Lib/test/libregrtest/cmdline.py
Co-authored-by: Tomas R. <tomas.roun8@gmail.com>
  • Loading branch information
colesbury and tomasr8 authored Dec 16, 2024
commit e8091fe8d2c902b0442830e5094d25221f6adc7d
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
X Tutup