[Piglit] [PATCH 12/24] all.py: change add_getactiveuniform_count to use list for args
Dylan Baker
baker.dylan.c at gmail.com
Mon Jan 5 13:50:33 PST 2015
Signed-off-by: Dylan Baker <dylanx.c.baker at intel.com>
---
tests/all.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/all.py b/tests/all.py
index 4d50466..842e8e2 100644
--- a/tests/all.py
+++ b/tests/all.py
@@ -396,7 +396,7 @@ shaders = {}
def add_getactiveuniform_count(group, name, expected):
path = 'shaders/'
group['glsl-getactiveuniform-count: ' + name] = PiglitGLTest(
- 'glsl-getactiveuniform-count ' + path + name + '.vert ' + expected,
+ ['glsl-getactiveuniform-count', path + name + '.vert', expected],
run_concurrent=True)
add_shader_test_dir(shaders,
--
2.2.1
More information about the Piglit
mailing list