From: Trent Nelson Date: Wed, 19 Mar 2008 00:41:27 +0000 (+0000) Subject: Add the -n option back to getopt(); it was lost in r61521. X-Git-Tag: v3.0a4~116 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a22d1133e05af15a42140117be81f25252d880ec;p=thirdparty%2FPython%2Fcpython.git Add the -n option back to getopt(); it was lost in r61521. --- diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 3e1a5bc298f4..2212af559169 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -211,7 +211,7 @@ def main(tests=None, testdir=None, verbose=0, quiet=False, generate=False, test_support.record_original_stdout(sys.stdout) try: - opts, args = getopt.getopt(sys.argv[1:], 'hvgqxsSrf:lu:t:TD:NLR:wM:', + opts, args = getopt.getopt(sys.argv[1:], 'hvgqxsSrf:lu:t:TD:NLR:wM:n', ['help', 'verbose', 'quiet', 'exclude', 'single', 'slow', 'random', 'fromfile', 'findleaks', 'use=', 'threshold=', 'trace',