summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Ogden <bernie.ogden@linaro.org>2015-07-13 15:28:05 +0200
committerBernard Ogden <bernie.ogden@linaro.org>2015-07-13 15:28:05 +0200
commitbc1cadf7b242d18cadd142bf3486d1631b3dec51 (patch)
tree4a5a689e525f26b02dee196fefb5c76744c79212
parentbba522907d25df2d18700bc3b00d2964f0f2de91 (diff)
Make ABE_BRANCH lower case, for consistency.
Change-Id: I7e8c7b506451a8df5d028236a74430873b626379
-rwxr-xr-xinvoke_session_debian4
1 files changed, 2 insertions, 2 deletions
diff --git a/invoke_session_debian b/invoke_session_debian
index 3be29b3..f1181b1 100755
--- a/invoke_session_debian
+++ b/invoke_session_debian
@@ -11,7 +11,7 @@ env
# Hack for now until lava-test-shell is smart enough to know it's dispatcher ip
gateway=$1
-ABE_BRANCH="$2"
+abe_branch="$2"
#these parameters used by Benchmark.job
export benchmark="$3"
@@ -47,7 +47,7 @@ chmod 755 /usr/local/bin/git-new-workdir
#Get abe
mkdir ~/src || exit 1
ABE_DIR=~/src/abe
-if ! git clone -b ${ABE_BRANCH:-benchmarking} http://git.linaro.org/toolchain/abe ${ABE_DIR}; then
+if ! git clone -b ${abe_branch:-benchmarking} http://git.linaro.org/toolchain/abe ${ABE_DIR}; then
rm -rf ~/src
exit 1
fi