[Piglit] [PATCH] all.py: s/occlusion_query_conformance/occlusion_query_conform/

Brian Paul brianp at vmware.com
Wed Sep 23 16:17:38 PDT 2015


Missed this change when committing "Port arb occlusion query
conformance tests from Glean to Piglit".
---
 tests/all.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/all.py b/tests/all.py
index 08edebb..02d8c0b 100644
--- a/tests/all.py
+++ b/tests/all.py
@@ -2121,7 +2121,7 @@ with profile.group_manager(
         PiglitGLTest,
         grouptools.join('spec', 'ARB_occlusion_query')) as g:
     g(['occlusion_query'])
-    g(['occlusion_query_conformance'])
+    g(['occlusion_query_conform'])
     g(['occlusion_query_lifetime'])
     g(['occlusion_query_meta_fragments'])
     g(['occlusion_query_meta_no_fragments'])
-- 
1.9.1



More information about the Piglit mailing list