Index: test/lib/TestCommon.py |
diff --git a/test/lib/TestCommon.py b/test/lib/TestCommon.py |
index 6e01f3affe6856377c63a431755e6aa0f3ded512..8cdc913668f3386ae5bcc9a61d8d2746669d84e8 100644 |
--- a/test/lib/TestCommon.py |
+++ b/test/lib/TestCommon.py |
@@ -197,6 +197,7 @@ def _failed(self, status = 0): |
except TypeError: |
# status wasn't an iterable |
return _status(self) != status |
+ |
def _status(self): |
return self.status |