Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9bbcb25

Browse files
committed
Adding the -o option for Issue13726
1 parent bcfe56d commit 9bbcb25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/regrtest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ def main(tests=None, testdir=None, verbose=0, quiet=False,
272272

273273
support.record_original_stdout(sys.stdout)
274274
try:
275-
opts, args = getopt.getopt(sys.argv[1:], 'hvqxsSrf:lu:t:TD:NLR:FwWM:nj:Gm:',
275+
opts, args = getopt.getopt(sys.argv[1:], 'hvqxsoSrf:lu:t:TD:NLR:FwWM:nj:Gm:',
276276
['help', 'verbose', 'verbose2', 'verbose3', 'quiet',
277277
'exclude', 'single', 'slow', 'random', 'fromfile', 'findleaks',
278278
'use=', 'threshold=', 'trace', 'coverdir=', 'nocoverdir',

0 commit comments

Comments
 (0)