[Piglit] [PATCH 2/3] arb_enhanced_layouts: use consistent test names
Antia Puentes
apuentes at igalia.com
Wed Dec 19 13:32:40 UTC 2018
From: Alejandro PiƱeiro <apinheiro at igalia.com>
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 2771cb2eb..f5a91bea1 100644
--- a/tests/opengl.py
+++ b/tests/opengl.py
@@ -2334,7 +2334,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.17.1
More information about the Piglit
mailing list