mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Issue #13786: Remove unimplemented 'trace' long option from regrtest.py.
This commit is contained in:
commit
94d5a7174a
2 changed files with 3 additions and 1 deletions
|
@ -301,7 +301,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:',
|
opts, args = getopt.getopt(sys.argv[1:], 'hvqxsoS:rf:lu:t:TD:NLR:FdwWM:nj:Gm:',
|
||||||
['help', 'verbose', 'verbose2', 'verbose3', 'quiet',
|
['help', 'verbose', 'verbose2', 'verbose3', 'quiet',
|
||||||
'exclude', 'single', 'slow', 'random', 'fromfile', 'findleaks',
|
'exclude', 'single', 'slow', 'random', 'fromfile', 'findleaks',
|
||||||
'use=', 'threshold=', 'trace', 'coverdir=', 'nocoverdir',
|
'use=', 'threshold=', 'coverdir=', 'nocoverdir',
|
||||||
'runleaks', 'huntrleaks=', 'memlimit=', 'randseed=',
|
'runleaks', 'huntrleaks=', 'memlimit=', 'randseed=',
|
||||||
'multiprocess=', 'coverage', 'slaveargs=', 'forever', 'debug',
|
'multiprocess=', 'coverage', 'slaveargs=', 'forever', 'debug',
|
||||||
'start=', 'nowindows', 'header', 'testdir=', 'timeout=', 'wait',
|
'start=', 'nowindows', 'header', 'testdir=', 'timeout=', 'wait',
|
||||||
|
|
|
@ -1848,6 +1848,8 @@ Extension Modules
|
||||||
Tests
|
Tests
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
- Issue #13786: Remove unimplemented 'trace' long option from regrtest.py.
|
||||||
|
|
||||||
- Issue #13725: Fix regrtest to recognize the documented -d flag.
|
- Issue #13725: Fix regrtest to recognize the documented -d flag.
|
||||||
Patch by Erno Tukia.
|
Patch by Erno Tukia.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue