Show More
@@ -1558,6 +1558,10 class TestSuite(unittest.TestSuite): | |||
|
1558 | 1558 | statthread.start() |
|
1559 | 1559 | |
|
1560 | 1560 | try: |
|
1561 | if len(tests) == 1: | |
|
1562 | test = tests.pop(0) | |
|
1563 | test.run(result) | |
|
1564 | else: | |
|
1561 | 1565 | while tests or running: |
|
1562 | 1566 | if not done.empty() or running == self._jobs or not tests: |
|
1563 | 1567 | try: |
General Comments 0
You need to be logged in to leave comments.
Login now