mirror of
https://github.com/python/cpython.git
synced 2025-08-22 09:45:06 +00:00
Merged revisions 81878 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r81878 | michael.foord | 2010-06-10 21:40:21 +0100 (Thu, 10 Jun 2010) | 2 lines Fix issue with nested test suites debug method and module setups. (unittest) ........
This commit is contained in:
parent
d8efa020d8
commit
2b293cf1a5
2 changed files with 4 additions and 2 deletions
|
@ -109,7 +109,7 @@ class TestSuite(BaseTestSuite):
|
|||
continue
|
||||
|
||||
if hasattr(test, '_wrapped_run'):
|
||||
test._wrapped_run(result)
|
||||
test._wrapped_run(result, debug)
|
||||
elif not debug:
|
||||
test(result)
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue