[Piglit] [PATCH] all.py: s/OpenGL 1.1/opengl 1.1/
Brian Paul
brianp at vmware.com
Thu Apr 27 21:14:16 UTC 2017
To match the naming convention for all the other "opengl x.y" groups.
---
tests/all.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/all.py b/tests/all.py
index 6255ddf..da3398b 100644
--- a/tests/all.py
+++ b/tests/all.py
@@ -836,7 +836,7 @@ with profile.test_list.group_manager(
with profile.test_list.group_manager(
PiglitGLTest,
- grouptools.join('spec', '!OpenGL 1.1')) as g:
+ grouptools.join('spec', '!opengl 1.1')) as g:
g(['copyteximage', '1D'], run_concurrent=False)
g(['copyteximage', '2D'], run_concurrent=False)
g(['drawbuffer-modes'], run_concurrent=False)
--
1.9.1
More information about the Piglit
mailing list