summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"