Commit 30450a1 1 parent 3fc20ab commit 30450a1 Copy full SHA for 30450a1
File tree 1 file changed +7
-4
lines changed
1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 84
84
DOCKER_EXEC echo " Free disk space:"
85
85
DOCKER_EXEC df -h
86
86
87
- if [ ! -d ${DIR_QA_ASSETS} ]; then
88
- DOCKER_EXEC git clone --depth=1 https://github.com/bitcoin-core/qa-assets ${DIR_QA_ASSETS}
87
+ if [ " $RUN_FUZZ_TESTS " = " true" ] || [ " $RUN_UNIT_TESTS " = " true" ] || [ " $RUN_UNIT_TESTS_SEQUENTIAL " = " true" ]; then
88
+ if [ ! -d ${DIR_QA_ASSETS} ]; then
89
+ DOCKER_EXEC git clone --depth=1 https://github.com/bitcoin-core/qa-assets ${DIR_QA_ASSETS}
90
+ fi
91
+
92
+ export DIR_FUZZ_IN=${DIR_QA_ASSETS} /fuzz_seed_corpus/
93
+ export DIR_UNIT_TEST_DATA=${DIR_QA_ASSETS} /unit_test_data/
89
94
fi
90
- export DIR_FUZZ_IN=${DIR_QA_ASSETS} /fuzz_seed_corpus/
91
- export DIR_UNIT_TEST_DATA=${DIR_QA_ASSETS} /unit_test_data/
92
95
93
96
DOCKER_EXEC mkdir -p " ${BASE_SCRATCH_DIR} /sanitizer-output/"
94
97
You can’t perform that action at this time.
0 commit comments