subunithelper: Cope with errors outside of testsuites.
authorJelmer Vernooij <jelmer@samba.org>
Wed, 22 Sep 2010 20:05:55 +0000 (13:05 -0700)
committerJelmer Vernooij <jelmer@samba.org>
Thu, 23 Sep 2010 00:48:23 +0000 (17:48 -0700)
selftest/subunithelper.py

index 75ede2820ade7595a51c2fc3252a9f52982efde5..2a5d9ecc2025167806874cf7fa763730496283bf 100644 (file)
@@ -338,3 +338,4 @@ class FilterOps(testtools.testresult.TestResult):
         self.total_xfail = 0
         self.total_error = 0
         self.total_fail = 0
         self.total_xfail = 0
         self.total_error = 0
         self.total_fail = 0
+        self.error_added = 0