]> granicus.if.org Git - curl/commitdiff
fuzzer: Only clone the latest fuzzer code, for speed.
authorDan Fandrich <dan@coneharvesters.com>
Thu, 14 Mar 2019 13:03:16 +0000 (14:03 +0100)
committerDan Fandrich <dan@coneharvesters.com>
Thu, 14 Mar 2019 13:03:16 +0000 (14:03 +0100)
tests/fuzz/download_fuzzer.sh

index e88a581e1c236eeb322db190c20baaf671d8f6b1..0a841780e4f8bf0dc500700e950e714450f4936a 100755 (executable)
@@ -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"