summaryrefslogtreecommitdiff
path: root/tcwg-llvm-testsuite.sh
diff options
context:
space:
mode:
authorRenato Golin <renato.golin@linaro.org>2017-05-05 14:01:58 +0100
committerRenato Golin <renato.golin@linaro.org>2017-05-05 14:01:58 +0100
commit130d57ae840f4c9de52b4d7070b5069adc2424df (patch)
treefa2f5d13df5ab226ca3f878704bf38b464ebbd27 /tcwg-llvm-testsuite.sh
parent533c76d553823ea129bede6de4519cef84d85bc5 (diff)
tcwg-llvm-testsuite.sh: removing depth from clone
Change-Id: I91f0a4a2bde9c4ae84c0c0d2abddb3bf92c30ec4
Diffstat (limited to 'tcwg-llvm-testsuite.sh')
-rwxr-xr-xtcwg-llvm-testsuite.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tcwg-llvm-testsuite.sh b/tcwg-llvm-testsuite.sh
index f883d0ce..15432fa9 100755
--- a/tcwg-llvm-testsuite.sh
+++ b/tcwg-llvm-testsuite.sh
@@ -63,10 +63,10 @@ LOGEXT="txt"
# Checkout
{
flock -s 9
- git clone --depth 1 http://llvm.org/git/test-suite.git \
+ git clone http://llvm.org/git/test-suite.git \
--reference "$REFDIR/test-suite" \
"$WORKSPACE/test-suite" |& tee "$LOGBASE-clone.$LOGEXT"
- git clone --depth 1 http://llvm.org/git/lnt.git \
+ git clone http://llvm.org/git/lnt.git \
--reference "$REFDIR/lnt" \
"$WORKSPACE/lnt" |& tee -a "$LOGBASE-clone.$LOGEXT"
} 9>"$REFDIR.lock"