Remove 'g' from regrtest getopt argument string, since there's no

handler for it.
This commit is contained in:
R. David Murray 2009-11-15 00:07:00 +00:00
parent da82689daa
commit 4653b8c2de
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +246,7 @@ def main(tests=None, testdir=None, verbose=0, quiet=False,
test_support.record_original_stdout(sys.stdout)
try:
opts, args = getopt.getopt(sys.argv[1:], 'hvgqxsSrf:lu:t:TD:NLR:FwWM:j:',
opts, args = getopt.getopt(sys.argv[1:], 'hvqxsSrf:lu:t:TD:NLR:FwWM:j:',
['help', 'verbose', 'verbose2', 'verbose3', 'quiet',
'exclude', 'single', 'slow', 'random', 'fromfile', 'findleaks',
'use=', 'threshold=', 'trace', 'coverdir=', 'nocoverdir',