From: Meador Inge Date: Sat, 14 Jan 2012 15:12:55 +0000 (-0600) Subject: Issue #13725: regrtest does not recognize -d flag. X-Git-Tag: v3.2.3rc1~184 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3f55e5928256b5cdaf388859d48627f640db96d1;p=thirdparty%2FPython%2Fcpython.git Issue #13725: regrtest does not recognize -d flag. Patch by Erno Tukia. --- diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 91560db9b8eb..71b3f7b56327 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', diff --git a/Misc/ACKS b/Misc/ACKS index 6ad3f8cbb009..24f3f4599c4e 100644 --- a/Misc/ACKS +++ b/Misc/ACKS @@ -920,6 +920,7 @@ Laurence Tratt John Tromp Jason Trowbridge Anthony Tuininga +Erno Tukia Stephen Turner Theodore Turocy Bill Tutt