diff options
author | Meador Inge <meadori@gmail.com> | 2012-01-14 15:12:55 (GMT) |
---|---|---|
committer | Meador Inge <meadori@gmail.com> | 2012-01-14 15:12:55 (GMT) |
commit | 3f55e5928256b5cdaf388859d48627f640db96d1 (patch) | |
tree | 0c7662e7d60931eef9382e558da842b1ea342702 | |
parent | 3ffd7ca04122fb988d02338b6899918fb3e8238f (diff) | |
download | cpython-3f55e5928256b5cdaf388859d48627f640db96d1.zip cpython-3f55e5928256b5cdaf388859d48627f640db96d1.tar.gz cpython-3f55e5928256b5cdaf388859d48627f640db96d1.tar.bz2 |
Issue #13725: regrtest does not recognize -d flag.
Patch by Erno Tukia.
-rwxr-xr-x | Lib/test/regrtest.py | 2 | ||||
-rw-r--r-- | Misc/ACKS | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 91560db..71b3f7b 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -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 |