Adding the -o option for Issue13726
authorSenthil Kumaran <senthil@uthcode.com>
Sat, 14 Jan 2012 10:38:28 +0000 (18:38 +0800)
committerSenthil Kumaran <senthil@uthcode.com>
Sat, 14 Jan 2012 10:38:28 +0000 (18:38 +0800)
Lib/test/regrtest.py

index 0b93b523a05c375720670714307e007d191e4fa9..ab65ec6e3652a50cc550694b1d352e9bda27e272 100755 (executable)
@@ -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',