The binary name has been wrong since it's addition. Keep the test name
the same by adding an explicit test name, so that old results will still
compare correctly.
---
 tests/opengl.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/opengl.py b/tests/opengl.py
index cf7c048fb..e12f84e27 100644
--- a/tests/opengl.py
+++ b/tests/opengl.py
@@ -1065,7 +1065,7 @@ with profile.test_list.group_manager(
 with profile.test_list.group_manager(
         PiglitGLTest,
         grouptools.join('spec', '!opengl 4.3')) as g:
-    g(['get_glsl_versions'])
+    g(['gl-4.3-get_glsl_versions'], 'get_glsl_version')
 
 with profile.test_list.group_manager(
         PiglitGLTest,
-- 
2.17.1

_______________________________________________
Piglit mailing list
Piglit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to