[Piglit] [PATCH 2/4] framework/test: Set the filename property on VkRunnerTest

Neil Roberts nroberts at igalia.com
Thu Nov 8 00:52:02 UTC 2018


This will be retrieved when generating the XML profile for the
VkRunner tests.
---
 framework/test/piglit_test.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/framework/test/piglit_test.py b/framework/test/piglit_test.py
index c80e355d1..4d3008139 100644
--- a/framework/test/piglit_test.py
+++ b/framework/test/piglit_test.py
@@ -246,6 +246,8 @@ class VkRunnerTest(PiglitBaseTest):
             [vkrunner_bin, filename],
             run_concurrent=True)
 
+        self.filename = filename
+
     @PiglitBaseTest.command.getter
     def command(self):
         # This is overriden because we don’t want PiglitBaseTest to
-- 
2.17.1



More information about the Piglit mailing list