[Piglit] [PATCH 3/3] arb_enhanced_layouts: use consistent test names

Alejandro PiƱeiro apinheiro at igalia.com
Wed Feb 20 16:06:14 UTC 2019


Before this commit a piglit run like this:
   ./piglit run tests/all.py -t arb_enhanced_layouts-transform-feedback ../piglit_results/foo

Would include the layout-qualifiers tests, but not the layout-query
one.
---
 tests/opengl.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/opengl.py b/tests/opengl.py
index 8e84e2cfc..35a49b443 100644
--- a/tests/opengl.py
+++ b/tests/opengl.py
@@ -2335,7 +2335,7 @@ with profile.test_list.group_manager(
       'arb_enhanced_layouts-transform-feedback-layout-qualifiers_gs_max',
       run_concurrent=False)
     g(['arb_enhanced_layouts-transform-feedback-layout-query-api'],
-       'transform-feedback-layout-query-api')
+      'arb_enhanced_layouts-transform-feedback-layout-query-api')
 
 # Group ARB_explicit_attrib_location
 with profile.test_list.group_manager(
-- 
2.19.1



More information about the Piglit mailing list