aboutsummaryrefslogtreecommitdiff
path: root/linaro-art-tip-build-ARTHostTest.yaml
diff options
context:
space:
mode:
authorJulien Duraj <julien.duraj@linaro.org>2017-08-18 13:23:36 +0100
committerJulien Duraj <julien.duraj@linaro.org>2017-08-18 13:23:38 +0100
commit0793b9c8b77d62a7bf0e5742854cf0e56ab655c6 (patch)
treebae3f5f48f63522e35876e0a7041a5926ec62d37 /linaro-art-tip-build-ARTHostTest.yaml
parent7dc54be41e9852be0fffc89591833008e590b018 (diff)
ART: export LC_ALL=C.UTF-8 and print env
Both target test and host test require it. Change-Id: I85c296c6d03fcb018658f456f57568a633494526
Diffstat (limited to 'linaro-art-tip-build-ARTHostTest.yaml')
-rw-r--r--linaro-art-tip-build-ARTHostTest.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/linaro-art-tip-build-ARTHostTest.yaml b/linaro-art-tip-build-ARTHostTest.yaml
index fcec879d7d..c0c1a58d46 100644
--- a/linaro-art-tip-build-ARTHostTest.yaml
+++ b/linaro-art-tip-build-ARTHostTest.yaml
@@ -96,6 +96,7 @@
#!/bin/bash -xe
# Build scripts
+ export LC_ALL=C.UTF-8
ANDROID_BUILD_DIR="${HOME}/srv/${JOB_NAME}/android"
ART_BUILD_SCRIPTS_DIR="${WORKSPACE}/art-build-scripts"
git clone https://android-git.linaro.org/git/linaro-art/art-build-scripts.git ${ART_BUILD_SCRIPTS_DIR}
@@ -104,6 +105,9 @@
./setup_host.sh
./setup_android.sh
+ # print environment
+ env
+
cd ${ANDROID_BUILD_DIR}
perl scripts/jenkins/test_launcher.pl \
scripts/tests/test_art_host.sh