Signed-off-by: Dylan Baker <[email protected]>
---
 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

_______________________________________________
Piglit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to