mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
Issue #13725: regrtest does not recognize -d flag.
Patch by Erno Tukia.
This commit is contained in:
parent
3ffd7ca041
commit
3f55e59282
2 changed files with 2 additions and 1 deletions
|
@ -272,7 +272,7 @@ def main(tests=None, testdir=None, verbose=0, quiet=False,
|
||||||
|
|
||||||
support.record_original_stdout(sys.stdout)
|
support.record_original_stdout(sys.stdout)
|
||||||
try:
|
try:
|
||||||
opts, args = getopt.getopt(sys.argv[1:], 'hvqxsoS:rf:lu:t:TD:NLR:FwWM:nj:Gm:',
|
opts, args = getopt.getopt(sys.argv[1:], 'hvqxsoS:rf:lu:t:TD:NLR:FdwWM:nj:Gm:',
|
||||||
['help', 'verbose', 'verbose2', 'verbose3', 'quiet',
|
['help', 'verbose', 'verbose2', 'verbose3', 'quiet',
|
||||||
'exclude', 'single', 'slow', 'random', 'fromfile', 'findleaks',
|
'exclude', 'single', 'slow', 'random', 'fromfile', 'findleaks',
|
||||||
'use=', 'threshold=', 'trace', 'coverdir=', 'nocoverdir',
|
'use=', 'threshold=', 'trace', 'coverdir=', 'nocoverdir',
|
||||||
|
|
|
@ -920,6 +920,7 @@ Laurence Tratt
|
||||||
John Tromp
|
John Tromp
|
||||||
Jason Trowbridge
|
Jason Trowbridge
|
||||||
Anthony Tuininga
|
Anthony Tuininga
|
||||||
|
Erno Tukia
|
||||||
Stephen Turner
|
Stephen Turner
|
||||||
Theodore Turocy
|
Theodore Turocy
|
||||||
Bill Tutt
|
Bill Tutt
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue