~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-04-02 09:32:20 UTC
  • mfrom: (4234.1.2 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090402093220-mqwls6dsncdfegbq
(vila) Fix selftest --parallel result handling (for real)

Show diffs side-by-side

added added

removed removed

Lines of Context:
549
549
            except ImportError:
550
550
                test.run(result)
551
551
            else:
552
 
                if isinstance(testtools.ConcurrentTestSuite, test):
 
552
                if isinstance(test, testtools.ConcurrentTestSuite):
553
553
                    # We need to catch bzr specific behaviors
554
554
                    test.run(BZRTransformingResult(result))
555
555
                else: