Issue #13786: Remove unimplemented 'trace' long option from regrtest.py.
This commit is contained in:
parent
f37c1989b1
commit
b0ae0ac668
|
@ -275,7 +275,7 @@ def main(tests=None, testdir=None, verbose=0, quiet=False,
|
|||
opts, args = getopt.getopt(sys.argv[1:], 'hvqxsoS:rf:lu:t:TD:NLR:FdwWM:nj:Gm:',
|
||||
['help', 'verbose', 'verbose2', 'verbose3', 'quiet',
|
||||
'exclude', 'single', 'slow', 'random', 'fromfile', 'findleaks',
|
||||
'use=', 'threshold=', 'trace', 'coverdir=', 'nocoverdir',
|
||||
'use=', 'threshold=', 'coverdir=', 'nocoverdir',
|
||||
'runleaks', 'huntrleaks=', 'memlimit=', 'randseed=',
|
||||
'multiprocess=', 'coverage', 'slaveargs=', 'forever', 'debug',
|
||||
'start=', 'nowindows', 'header', 'failfast', 'match'])
|
||||
|
|
Loading…
Reference in New Issue