~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/TestUtil.py

Use 'uncollected_cases' as the flag name which seems a bit clearer

Show diffs side-by-side

added added

removed removed

Lines of Context:
90
90
            stream = result.decorated._stream
91
91
        stored_count = 0
92
92
        from bzrlib.tests import selftest_debug_flags
93
 
        notify = "collection" in selftest_debug_flags
 
93
        notify = "uncollected_cases" in selftest_debug_flags
94
94
        while tests:
95
95
            if result.shouldStop:
96
96
                self._tests = reversed(tests)