This makes generated_tests/ consistent in naming with tests/

Signed-off-by: Dylan Baker <[email protected]>
---
 generated_tests/gen_texture_query_lod_tests.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/generated_tests/gen_texture_query_lod_tests.py 
b/generated_tests/gen_texture_query_lod_tests.py
index 99a6628..81b36d3 100755
--- a/generated_tests/gen_texture_query_lod_tests.py
+++ b/generated_tests/gen_texture_query_lod_tests.py
@@ -118,7 +118,7 @@ for api, requirement in requirements.iteritems():
         for execution_stage in ("vs", "fs"):
             file_extension = 'frag' if execution_stage == 'fs' else 'vert'
             filename = os.path.join("spec",
-                                    api,
+                                    api.lower(),
                                     "compiler",
                                     "built-in-functions",
                                     "textureQuery{0}-{1}.{2}".format(Lod,
-- 
2.0.0.rc2

_______________________________________________
Piglit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to