From: Vinson Lee Date: Thu, 6 Dec 2018 19:42:04 +0000 (-0800) Subject: nir/algebraic: Make algebraic_parser_test.sh executable. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b4fd59075b435c5f7258e16cac2fce2f14d40c7d;p=mesa.git 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 --- 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