glsl/tests: suffix .sh/.py files as applicable

This makes it easier/clearer as to:
 - if the file should have the execute bit set (.py should not)
 - do we need the shebang in the first place and if so what it should be

Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
This commit is contained in:
Emil Velikov
2017-02-22 15:53:21 +00:00
committed by Emil Velikov
parent 32d153c428
commit 7473fcd40b
6 changed files with 9 additions and 9 deletions
@@ -7,10 +7,10 @@
if [ ! -z "$srcdir" ]; then
testdir="$srcdir/glsl/glcpp/tests"
glcpp_test="$srcdir/glsl/glcpp/tests/glcpp-test"
glcpp_test="$srcdir/glsl/glcpp/tests/glcpp-test.sh"
else
testdir=.
glcpp_test=./glcpp-test
glcpp_test=./glcpp-test.sh
fi
total=0