summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Ogden <bernie.ogden@linaro.org>2015-06-17 16:55:03 +0200
committerBernard Ogden <bernie.ogden@linaro.org>2015-06-17 16:55:03 +0200
commit316918a3a99aad8cf1fc8f8279b5235bb9d2b6a5 (patch)
treea1eb8e99f59d68fd80f263ea263e70f8f5b97f33
parentbd18a6d2f3c599a3b8f20ca73b26542405c48a33 (diff)
Use benchmarking branch
Change-Id: I0dbcb27cce8ad817ecf59a5c17652fe6c6b7a470
-rw-r--r--benchmark.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark.sh b/benchmark.sh
index f861ba1..0690c7c 100644
--- a/benchmark.sh
+++ b/benchmark.sh
@@ -21,7 +21,7 @@ fi
if ! test -e ~/src; then
mkdir ~/src || exit 1
- if ! git clone -b bernie/benchmarking http://git.linaro.org/toolchain/abe ~/src/abe; then
+ if ! git clone -b benchmarking http://git.linaro.org/toolchain/abe ~/src/abe; then
rm -rf ~/src
exit 1
fi