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)
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]

old mode 100755 (executable)
new mode 100644 (file)
index 1481eed..b024300
@@ -1,4 +1,3 @@
-#!/usr/bin/env python2
 # encoding=utf-8
 # Copyright © 2018 Intel Corporation
 
old mode 100755 (executable)
new mode 100644 (file)
index b3147ed..15ca321
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # encoding=utf-8
 # Copyright © 2018 Intel Corporation
 
old mode 100755 (executable)
new mode 100644 (file)
index 2e0f231..2c4fa5a
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # encoding=utf-8
 # Copyright © 2017 Intel Corporation