projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bcfe56d
)
Adding the -o option for Issue13726
author
Senthil Kumaran
<senthil@uthcode.com>
Sat, 14 Jan 2012 10:38:28 +0000
(18:38 +0800)
committer
Senthil Kumaran
<senthil@uthcode.com>
Sat, 14 Jan 2012 10:38:28 +0000
(18:38 +0800)
Lib/test/regrtest.py
patch
|
blob
|
history
diff --git
a/Lib/test/regrtest.py
b/Lib/test/regrtest.py
index 0b93b523a05c375720670714307e007d191e4fa9..ab65ec6e3652a50cc550694b1d352e9bda27e272 100755
(executable)
--- 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:], 'hvqxs
o
Srf:lu:t:TD:NLR:FwWM:nj:Gm:',
['help', 'verbose', 'verbose2', 'verbose3', 'quiet',
'exclude', 'single', 'slow', 'random', 'fromfile', 'findleaks',
'use=', 'threshold=', 'trace', 'coverdir=', 'nocoverdir',