diff options
author | Meador Inge <meadori@gmail.com> | 2012-01-14 17:54:43 (GMT) |
---|---|---|
committer | Meador Inge <meadori@gmail.com> | 2012-01-14 17:54:43 (GMT) |
commit | 94d5a7174aaa107617b208ebc511a8f360196b1a (patch) | |
tree | 5def577d538f191d56387ac94148569673d0e708 /Lib/test/regrtest.py | |
parent | 50590f111b14090eacf536280287d2d1743c6a88 (diff) | |
parent | b0ae0ac668451ccde67752a829acdef2a6583bb2 (diff) | |
download | cpython-94d5a7174aaa107617b208ebc511a8f360196b1a.zip cpython-94d5a7174aaa107617b208ebc511a8f360196b1a.tar.gz cpython-94d5a7174aaa107617b208ebc511a8f360196b1a.tar.bz2 |
Issue #13786: Remove unimplemented 'trace' long option from regrtest.py.
Diffstat (limited to 'Lib/test/regrtest.py')
-rwxr-xr-x | Lib/test/regrtest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 38d7b25..871ae61 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -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:', ['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', 'testdir=', 'timeout=', 'wait', |