[Python-checkins] cpython (merge 3.2 -> default): Issue #13725: regrtest does not recognize -d flag.

meador.inge python-checkins at python.org
Sat Jan 14 16:19:48 CET 2012


http://hg.python.org/cpython/rev/f2b764dd0851
changeset:   74393:f2b764dd0851
parent:      74391:e1177b9167ce
parent:      74392:f80f9eb5df02
user:        Meador Inge <meadori at gmail.com>
date:        Sat Jan 14 09:17:10 2012 -0600
summary:
  Issue #13725: regrtest does not recognize -d flag.

Patch by Erno Tukia.

files:
  Lib/test/regrtest.py |  2 +-
  Misc/ACKS            |  1 +
  2 files changed, 2 insertions(+), 1 deletions(-)


diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py
--- a/Lib/test/regrtest.py
+++ b/Lib/test/regrtest.py
@@ -298,7 +298,7 @@
 
     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
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -1004,6 +1004,7 @@
 John Tromp
 Jason Trowbridge
 Anthony Tuininga
+Erno Tukia
 Stephen Turner
 Theodore Turocy
 Bill Tutt

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list