[Piglit] [PATCH 6/6] tests/oglconform.py: add super call to interpret_result()
baker.dylan.c at gmail.com
baker.dylan.c at gmail.com
Tue Oct 20 17:07:24 PDT 2015
From: Dylan Baker <baker.dylan.c at gmail.com>
fix crash/warn handling.
cc: Kenneth Graunke <kenneth at whitecape.org>
Signed-off-by: Dylan Baker <dylanx.c.baker at intel.com>
---
tests/oglconform.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tests/oglconform.py b/tests/oglconform.py
index cdae4d4..1b8a54c 100644
--- a/tests/oglconform.py
+++ b/tests/oglconform.py
@@ -62,6 +62,8 @@ class OGLCTest(Test):
else:
self.result.result = 'fail'
+ super(OGLCTest, self).interpret_result()
+
# Create a new top-level 'oglconform' category
testlist_file = '/tmp/oglc.tests'
--
2.6.1
More information about the Piglit
mailing list