diff options
author | Senthil Kumaran <senthil@uthcode.com> | 2012-01-14 10:39:23 (GMT) |
---|---|---|
committer | Senthil Kumaran <senthil@uthcode.com> | 2012-01-14 10:39:23 (GMT) |
commit | 6c3dd7ea42c20d8e71da79c81b6c0738311d7f2e (patch) | |
tree | 59851b3cc00dec5322bd4568df89a3caa81e419c | |
parent | 0e0772d859de7b7424cf4df7a502700e00561f3b (diff) | |
parent | 9bbcb254dbeafcbfb09b3ca7a53bd69083ecabbb (diff) | |
download | cpython-6c3dd7ea42c20d8e71da79c81b6c0738311d7f2e.zip cpython-6c3dd7ea42c20d8e71da79c81b6c0738311d7f2e.tar.gz cpython-6c3dd7ea42c20d8e71da79c81b6c0738311d7f2e.tar.bz2 |
merge from 3.2
-rwxr-xr-x | Lib/test/regrtest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 8e61b03..54539d1 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -298,7 +298,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:], 'hvqxsSrf:lu:t:TD:NLR:FwWM:nj:Gm:', + opts, args = getopt.getopt(sys.argv[1:], 'hvqxsoSrf:lu:t:TD:NLR:FwWM:nj:Gm:', ['help', 'verbose', 'verbose2', 'verbose3', 'quiet', 'exclude', 'single', 'slow', 'random', 'fromfile', 'findleaks', 'use=', 'threshold=', 'trace', 'coverdir=', 'nocoverdir', |