[Piglit] [PATCH 5/9] tests/all.py: fix ext_texture_array-compressed
Dylan Baker
baker.dylan.c at gmail.com
Wed Sep 2 12:51:20 PDT 2015
I did this wrong when I converted the format of all.py
Signed-off-by: Dylan Baker <dylanx.c.baker at intel.com>
---
tests/all.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/all.py b/tests/all.py
index 0e22d5d..b4be071 100644
--- a/tests/all.py
+++ b/tests/all.py
@@ -2975,8 +2975,8 @@ with profile.group_manager(
'stencil-draw', 'fs-writes-stencil'):
g(['fbo-depth-array', test])
for test_mode in ['teximage', 'texsubimage']:
- test_name = 'compressed {0}'.format(test_mode, run_concurrent=False)
- g(['ext_texture_array-{}'.format(test_name), '-fbo'], test_name,
+ g(['ext_texture_array-compressed', test_mode, '-fbo'],
+ 'compressed {0}'.format(test_mode),
run_concurrent=False)
with profile.group_manager(
--
2.5.1
More information about the Piglit
mailing list