mirror of
https://github.com/python/cpython.git
synced 2025-11-03 19:34:08 +00:00
Add the -n option back to getopt(); it was lost in r61521.
This commit is contained in:
parent
01a3e2bc27
commit
a22d1133e0
1 changed files with 1 additions and 1 deletions
|
|
@ -211,7 +211,7 @@ def main(tests=None, testdir=None, verbose=0, quiet=False, generate=False,
|
||||||
|
|
||||||
test_support.record_original_stdout(sys.stdout)
|
test_support.record_original_stdout(sys.stdout)
|
||||||
try:
|
try:
|
||||||
opts, args = getopt.getopt(sys.argv[1:], 'hvgqxsSrf:lu:t:TD:NLR:wM:',
|
opts, args = getopt.getopt(sys.argv[1:], 'hvgqxsSrf:lu:t:TD:NLR:wM:n',
|
||||||
['help', 'verbose', 'quiet', 'exclude',
|
['help', 'verbose', 'quiet', 'exclude',
|
||||||
'single', 'slow', 'random', 'fromfile',
|
'single', 'slow', 'random', 'fromfile',
|
||||||
'findleaks', 'use=', 'threshold=', 'trace',
|
'findleaks', 'use=', 'threshold=', 'trace',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue