Comment 1 for bug 1368440

Revision history for this message
Robert Collins (lifeless) wrote :

        try:
            fixture.setUp()
        except:
            gather_details(fixture.getDetails(), self.getDetails())
            raise

is the culprit - note that we don't gather exceptions from gather_details.