aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test
diff options
context:
space:
mode:
authorGravatar Xin Gao <xingao@google.com>2016-09-23 21:51:49 +0000
committerGravatar Laszlo Csomor <laszlocsomor@google.com>2016-09-26 07:47:22 +0000
commit65b4ff030e85d54b860d82f952a3bff4c8edeb50 (patch)
treeea7b0517a1f8434489c746f7e90f3630b45e7798 /src/test
parent5f9eb259c6fbb7c323883268515d2b817eb268db (diff)
Add execution permission to toolchain wrapper scripts.
-- MOS_MIGRATED_REVID=134120579
Diffstat (limited to 'src/test')
-rwxr-xr-xsrc/test/shell/bazel/bazel_toolchain_test.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/test/shell/bazel/bazel_toolchain_test.sh b/src/test/shell/bazel/bazel_toolchain_test.sh
index 07b70ede30..a50d6ec54b 100755
--- a/src/test/shell/bazel/bazel_toolchain_test.sh
+++ b/src/test/shell/bazel/bazel_toolchain_test.sh
@@ -29,6 +29,9 @@ cp -r ${testdata_path}/bazel_toolchain_test_data/* .
# directories that contain this file is not parsed)
mv WORKSPACE.linaro WORKSPACE
+# Make sure that the wrapper scripts have the execution permission
+chmod +x tools/arm_compiler/linaro_linux_gcc/arm-linux-gnueabihf-*
+
bazel clean --expunge
bazel build --crosstool_top=//tools/arm_compiler:toolchain --cpu=armeabi-v7a \
--spawn_strategy=standalone hello || fail "Should build"