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

Skip to content

Commit 6c3dd7e

Browse files
committed
merge from 3.2
2 parents 0e0772d + 9bbcb25 commit 6c3dd7e

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
@@ -298,7 +298,7 @@ def main(tests=None, testdir=None, verbose=0, quiet=False,
298298

299299
support.record_original_stdout(sys.stdout)
300300
try:
301-
opts, args = getopt.getopt(sys.argv[1:], 'hvqxsSrf:lu:t:TD:NLR:FwWM:nj:Gm:',
301+
opts, args = getopt.getopt(sys.argv[1:], 'hvqxsoSrf:lu:t:TD:NLR:FwWM:nj:Gm:',
302302
['help', 'verbose', 'verbose2', 'verbose3', 'quiet',
303303
'exclude', 'single', 'slow', 'random', 'fromfile', 'findleaks',
304304
'use=', 'threshold=', 'trace', 'coverdir=', 'nocoverdir',

0 commit comments

Comments
 (0)