Explorar o código

fuzzer: Only clone the latest fuzzer code, for speed.

Dan Fandrich %!s(int64=5) %!d(string=hai) anos
pai
achega
6971478963
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tests/fuzz/download_fuzzer.sh

+ 1 - 1
tests/fuzz/download_fuzzer.sh

@@ -4,4 +4,4 @@
 set -ex
 
 # Clone the curl-fuzzer repository to the specified directory.
-git clone https://github.com/curl/curl-fuzzer $1
+git clone --depth=1 https://github.com/curl/curl-fuzzer "$1"