I did this wrong when I converted the format of all.py
Signed-off-by: Dylan Baker <[email protected]>
---
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
_______________________________________________
Piglit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/piglit