mirror of
https://github.com/python/cpython.git
synced 2025-10-06 07:02:33 +00:00
Merged revisions 79268 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r79268 | michael.foord | 2010-03-21 20:41:11 -0500 (Sun, 21 Mar 2010) | 1 line Removing Python 2.3 compatibility code from unittest. ........
This commit is contained in:
parent
8769fd8a17
commit
434ae7703d
3 changed files with 5 additions and 8 deletions
|
@ -159,10 +159,9 @@ class TestProgram(object):
|
|||
for name, value in zip(('start', 'pattern', 'top'), args):
|
||||
setattr(options, name, value)
|
||||
|
||||
self.failfast = options.failfast
|
||||
if options.verbose:
|
||||
self.verbosity = 2
|
||||
if options.failfast:
|
||||
self.failfast = True
|
||||
|
||||
start_dir = options.start
|
||||
pattern = options.pattern
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue