glsl: remove execute bit and shebang from python tests
authorEmil Velikov <emil.velikov@collabora.com>
Fri, 17 Aug 2018 10:41:25 +0000 (11:41 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Thu, 23 Aug 2018 11:02:45 +0000 (12:02 +0100)
commit48820ed8da0ad50d51a58f26e156d82b685492e2
tree37a7f8598ae3f12740db6c1c671c8cc798b871fb
parente39b916d0c6764b68936587d3ca293e28226d794
glsl: remove execute bit and shebang from python tests

Just like the rest of the tree - these should be run either as part of
the build system check target, or at the very least with an explicitly
versioned python executable.

Fixes: db8cd8e3677 ("glcpp/tests: Convert shell scripts to a python script")
Fixes: 97c28cb0823 ("glsl/tests: Convert optimization-test.sh to pure python")
Fixes: 3b52d292273 ("glsl/tests: reimplement warnings-test in python")
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
src/compiler/glsl/glcpp/tests/glcpp_test.py [changed mode: 0755->0644]
src/compiler/glsl/tests/optimization_test.py [changed mode: 0755->0644]
src/compiler/glsl/tests/warnings_test.py [changed mode: 0755->0644]