diff options
author | Senthil Kumaran <senthil@uthcode.com> | 2012-01-14 10:38:28 (GMT) |
---|---|---|
committer | Senthil Kumaran <senthil@uthcode.com> | 2012-01-14 10:38:28 (GMT) |
commit | 9bbcb254dbeafcbfb09b3ca7a53bd69083ecabbb (patch) | |
tree | f26f047a2418a9bc9aaa1b44a9f282496a1f159a | |
parent | bcfe56d77ce7da76b10bbd7f8465ec21ea780612 (diff) | |
download | cpython-9bbcb254dbeafcbfb09b3ca7a53bd69083ecabbb.zip cpython-9bbcb254dbeafcbfb09b3ca7a53bd69083ecabbb.tar.gz cpython-9bbcb254dbeafcbfb09b3ca7a53bd69083ecabbb.tar.bz2 |
Adding the -o option for Issue13726
-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 0b93b52..ab65ec6 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:], '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', |