summaryrefslogtreecommitdiff
path: root/TestRelease.job
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2017-05-10 07:27:48 +0000
committerChristophe Lyon <christophe.lyon@linaro.org>2017-05-10 07:27:48 +0000
commiteff23bef06864fe186bcc3185932fbe14d08e776 (patch)
tree31b0dec3ca978876270143afbb76ca08223aaa96 /TestRelease.job
parent339d2920e4fad0c490f1f1334a2b154d5a737b1e (diff)
TestRelease.job: Clone tcwg-regression with full history.
We need history to be able to checkout a given revision: remove --depth 1 from git clone. Change-Id: Iab946bf68dafb2e1cd49a2b221c796beb9f23f95
Diffstat (limited to 'TestRelease.job')
-rwxr-xr-xTestRelease.job2
1 files changed, 1 insertions, 1 deletions
diff --git a/TestRelease.job b/TestRelease.job
index 410ab331..dec54924 100755
--- a/TestRelease.job
+++ b/TestRelease.job
@@ -140,7 +140,7 @@ else
exit 1
fi
-git clone --depth 1 https://git-us.linaro.org/toolchain/tcwg-regression
+git clone https://git-us.linaro.org/toolchain/tcwg-regression
git -C tcwg-regression checkout ${tcwg_regression_rev}
make -C tcwg-regression check TOOLCHAIN=${testdir}/${dir} TARGET=${target}
if [ $? -ne 0 ]; then