diff options
author | Brett Cannon <bcannon@gmail.com> | 2011-01-06 22:32:41 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2011-01-06 22:32:41 (GMT) |
commit | 63eef1e0dda5ab4f0487440463a95dbad7923693 (patch) | |
tree | 1337561c57727cb1b2f169d0691ff84d0cea345d /Lib/test/regrtest.py | |
parent | 610e544bf72c9e29f216af8ab23544ee6ae45b39 (diff) | |
download | cpython-63eef1e0dda5ab4f0487440463a95dbad7923693.zip cpython-63eef1e0dda5ab4f0487440463a95dbad7923693.tar.gz cpython-63eef1e0dda5ab4f0487440463a95dbad7923693.tar.bz2 |
Get --coverage to be an acceptable flag for test.regrtest again.
Diffstat (limited to 'Lib/test/regrtest.py')
-rwxr-xr-x | Lib/test/regrtest.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 83c9928..b5288b5 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -264,8 +264,8 @@ def main(tests=None, testdir=None, verbose=0, quiet=False, 'exclude', 'single', 'slow', 'random', 'fromfile', 'findleaks', 'use=', 'threshold=', 'trace', 'coverdir=', 'nocoverdir', 'runleaks', 'huntrleaks=', 'memlimit=', 'randseed=', - 'multiprocess=', 'slaveargs=', 'forever', 'debug', 'start=', - 'nowindows', 'header']) + 'multiprocess=', 'coverage', 'slaveargs=', 'forever', 'debug', + 'start=', 'nowindows', 'header']) except getopt.error as msg: usage(msg) |