Commit 3f55e592 authored by Meador Inge's avatar Meador Inge

Issue #13725: regrtest does not recognize -d flag.

Patch by Erno Tukia.
parent 3ffd7ca0
......@@ -272,7 +272,7 @@ def main(tests=None, testdir=None, verbose=0, quiet=False,
support.record_original_stdout(sys.stdout)
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',
'exclude', 'single', 'slow', 'random', 'fromfile', 'findleaks',
'use=', 'threshold=', 'trace', 'coverdir=', 'nocoverdir',
......
......@@ -920,6 +920,7 @@ Laurence Tratt
John Tromp
Jason Trowbridge
Anthony Tuininga
Erno Tukia
Stephen Turner
Theodore Turocy
Bill Tutt
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment