diff options
author | Emil Velikov <[email protected]> | 2018-08-17 11:41:25 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2018-08-23 12:02:45 +0100 |
commit | 48820ed8da0ad50d51a58f26e156d82b685492e2 (patch) | |
tree | 37a7f8598ae3f12740db6c1c671c8cc798b871fb /src/compiler | |
parent | e39b916d0c6764b68936587d3ca293e28226d794 (diff) |
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 <[email protected]>
Reviewed-by: Dylan Baker <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'src/compiler')
-rw-r--r--[-rwxr-xr-x] | src/compiler/glsl/glcpp/tests/glcpp_test.py | 1 | ||||
-rw-r--r--[-rwxr-xr-x] | src/compiler/glsl/tests/optimization_test.py | 1 | ||||
-rw-r--r--[-rwxr-xr-x] | src/compiler/glsl/tests/warnings_test.py | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/src/compiler/glsl/glcpp/tests/glcpp_test.py b/src/compiler/glsl/glcpp/tests/glcpp_test.py index 1481eed6188..b024300522f 100755..100644 --- a/src/compiler/glsl/glcpp/tests/glcpp_test.py +++ b/src/compiler/glsl/glcpp/tests/glcpp_test.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python2 # encoding=utf-8 # Copyright © 2018 Intel Corporation diff --git a/src/compiler/glsl/tests/optimization_test.py b/src/compiler/glsl/tests/optimization_test.py index b3147ed08fc..15ca3216f40 100755..100644 --- a/src/compiler/glsl/tests/optimization_test.py +++ b/src/compiler/glsl/tests/optimization_test.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # encoding=utf-8 # Copyright © 2018 Intel Corporation diff --git a/src/compiler/glsl/tests/warnings_test.py b/src/compiler/glsl/tests/warnings_test.py index 2e0f23180f3..2c4fa5a0d5a 100755..100644 --- a/src/compiler/glsl/tests/warnings_test.py +++ b/src/compiler/glsl/tests/warnings_test.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # encoding=utf-8 # Copyright © 2017 Intel Corporation |