diff options
author | Neil Roberts <nroberts@igalia.com> | 2018-11-08 00:27:34 +0100 |
---|---|---|
committer | Neil Roberts <nroberts@igalia.com> | 2018-11-09 09:15:59 +0100 |
commit | 386bf53a1f6029430143bebe5220e1cf1841f960 (patch) | |
tree | 3bfe038f19243fa72c548df8df1c15ef08f57049 /framework | |
parent | 8dbc373e272aa4f78f5af50ed92e79ebcc18c233 (diff) |
framework/test: Set the filename property on VkRunnerTest
This will be retrieved when generating the XML profile for the
VkRunner tests.
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
Diffstat (limited to 'framework')
-rw-r--r-- | framework/test/piglit_test.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/framework/test/piglit_test.py b/framework/test/piglit_test.py index f52b0150a..b64110bbc 100644 --- a/framework/test/piglit_test.py +++ b/framework/test/piglit_test.py @@ -247,6 +247,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 |