summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2017-11-22 21:12:51 +0530
committerVishal Bhoj <vishal.bhoj@linaro.org>2017-11-22 15:45:42 +0000
commitd7d7800ecaa646b9754ab75c8a69103429b8acc8 (patch)
treeaae712879fe75cf718be6d298beff5b4267d2005
parentf80b25b9e9a882c69f6d72b27ad749dedad0185c (diff)
android: microbenchmarks: set gitconfig colorize
Without this, repo init will show option to select color and lava job won't complete like this: https://validation.linaro.org/scheduler/job/1654540 Change-Id: Ic07e17dfcb920f037a3a274404cb14da797a415e Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
-rwxr-xr-xautomated/android/microbenchmarks/microbenchmarks.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/automated/android/microbenchmarks/microbenchmarks.sh b/automated/android/microbenchmarks/microbenchmarks.sh
index 4d8339d..02dd999 100755
--- a/automated/android/microbenchmarks/microbenchmarks.sh
+++ b/automated/android/microbenchmarks/microbenchmarks.sh
@@ -49,6 +49,7 @@ wget -q "${SNAPSHOTS_URL}"/"${BUILD_TARBALL}"
[ -z "$HOME" ] && export HOME="/"
git config --global user.email "ci_notify@linaro.org"
git config --global user.name "Linaro CI"
+git config --global --add color.ui auto
tar -xvf "${BUILD_TARBALL}"
export PATH=${PWD}/out/host/linux-x86/bin/:${PATH}