summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Piñeiro <apinheiro@igalia.com>2018-10-19 12:00:44 +0200
committerAlejandro Piñeiro <apinheiro@igalia.com>2019-02-21 11:26:08 +0100
commitda9c4d4c968b7bcf891a991f3d9ec929b8de12fb (patch)
treed1fbc8b2d6b2753b829dc4fb726b17e45f974f1c
parent56ce3f84633ca16b3fdd8f1541f47c84171fad7a (diff)
arb_enhanced_layouts: use consistent test names
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. Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com> Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
-rw-r--r--tests/opengl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/opengl.py b/tests/opengl.py
index 95e99eb0f..d6cfa0986 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(