From fae1e992898aa6b36c402cec4085fbf6da9b33ad Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Wed, 25 Mar 2020 11:17:51 -0400 Subject: ci: Only clone bitcoin-core/qa-assets when fuzzing --- ci/test/04_install.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ci/test/04_install.sh') diff --git a/ci/test/04_install.sh b/ci/test/04_install.sh index c6e8331a71..62c8df964a 100755 --- a/ci/test/04_install.sh +++ b/ci/test/04_install.sh @@ -102,7 +102,9 @@ else fi if [ ! -d ${DIR_QA_ASSETS} ]; then + if [ "$RUN_FUZZ_TESTS" = "true" ]; then DOCKER_EXEC git clone https://github.com/bitcoin-core/qa-assets ${DIR_QA_ASSETS} + fi fi export DIR_FUZZ_IN=${DIR_QA_ASSETS}/fuzz_seed_corpus/ -- cgit v1.2.3