[Piglit] [PATCH 3/6] tests/igt.py: add super call for interpret_result()

baker.dylan.c at gmail.com baker.dylan.c at gmail.com
Tue Oct 20 17:07:21 PDT 2015


From: Dylan Baker <baker.dylan.c at gmail.com>

Fixes crash/warn status handling.

Signed-off-by: Dylan Baker <dylanx.c.baker at intel.com>
---
 tests/igt.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/igt.py b/tests/igt.py
index 7ba7842..4f970a8 100644
--- a/tests/igt.py
+++ b/tests/igt.py
@@ -118,6 +118,8 @@ class IGTTest(Test):
         else:
             self.result.result = 'fail'
 
+        super(IGTTest, self).interpret_result()
+
 
 def list_tests(listname):
     """Parse igt test list and return them as a list."""
-- 
2.6.1



More information about the Piglit mailing list