Mesa (master): nir/algebraic: Make algebraic_parser_test.sh executable.

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Dec 6 19:50:24 UTC 2018


Module: Mesa
Branch: master
Commit: b4fd59075b435c5f7258e16cac2fce2f14d40c7d
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b4fd59075b435c5f7258e16cac2fce2f14d40c7d

Author: Vinson Lee <vlee at freedesktop.org>
Date:   Thu Dec  6 11:42:04 2018 -0800

nir/algebraic: Make algebraic_parser_test.sh executable.

Fixes make check permission error.

../../bin/test-driver: line 107: ./nir/tests/algebraic_parser_test.sh: Permission denied
FAIL nir/tests/algebraic_parser_test.sh (exit status: 126)

Fixes: a0ae12ca91a4 ("nir/algebraic: Add unit tests for bitsize validation")
Signed-off-by: Vinson Lee <vlee at freedesktop.org>

---

 src/compiler/nir/tests/algebraic_parser_test.sh | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/src/compiler/nir/tests/algebraic_parser_test.sh b/src/compiler/nir/tests/algebraic_parser_test.sh
old mode 100644
new mode 100755




More information about the mesa-commit mailing list