summaryrefslogtreecommitdiff
path: root/abe-bisect.sh
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2017-05-31 15:58:18 +0000
committerChristophe Lyon <christophe.lyon@linaro.org>2017-05-31 15:58:18 +0000
commitbc983668892a39a02e0c13c98a70ff6bfdca7674 (patch)
tree969c83d6c115c6a2335999df09d1e152bcc04308 /abe-bisect.sh
parent36bc13436f3c5d0acee441a791007255ffe48081 (diff)
abe-bisect.sh: Remove gcc.git~master directory before starting.
To make sure abe starts in a clean state. Change-Id: I5bc880ce82b3cd3f0214d1c634991d6d5c37077f
Diffstat (limited to 'abe-bisect.sh')
-rwxr-xr-xabe-bisect.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/abe-bisect.sh b/abe-bisect.sh
index cce140ab..9d5f9b6c 100755
--- a/abe-bisect.sh
+++ b/abe-bisect.sh
@@ -47,6 +47,7 @@ ABE=${rundir}/abe
${ABE}/configure --with-git-reference-dir=/home/tcwg-buildslave/snapshots-ref
# Checkout GCC master
+rm -rf snapshots/gcc.git~master
${ABE}/abe.sh --target $TARGET gcc=gcc.git~master --checkout all
cd snapshots/gcc.git~master