aboutsummaryrefslogtreecommitdiff
path: root/ci/test
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2023-06-21 09:53:03 +0100
committerfanquake <fanquake@gmail.com>2023-06-21 10:08:53 +0100
commita596bdf3e9ecbcd77ecb38e3f2d7d397127c739f (patch)
tree789382d05dc339e86d4f4b8cd9c59eef1c06a5f5 /ci/test
parent8d5b93cf545718f84674a5eb5d2e7ca10a5a3bf2 (diff)
parent0000f552937ee787d25c8fd0af3278ea94889216 (diff)
downloadbitcoin-a596bdf3e9ecbcd77ecb38e3f2d7d397127c739f.tar.xz
Merge bitcoin/bitcoin#27919: ci: Run fuzz target even if input folder is empty
0000f552937ee787d25c8fd0af3278ea94889216 ci: Run fuzz target even if input folder is empty (MarcoFalke) Pull request description: This should catch trivial integer sanitizer bugs if the author and all reviewers forget to look for them. ACKs for top commit: brunoerg: reACK 0000f552937ee787d25c8fd0af3278ea94889216 dergoegge: reACK 0000f552937ee787d25c8fd0af3278ea94889216 Tree-SHA512: f139b9d56f0cf1aae339c2890721c77c88d1fea77b73d492c1386ec99b4f393c5b664029919ff4a22e4e8a2929f085699a148c6acc2cc3e40df8a72fd39ff474
Diffstat (limited to 'ci/test')
-rwxr-xr-xci/test/06_script_b.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/test/06_script_b.sh b/ci/test/06_script_b.sh
index 1e086a9f13..0b10ebd44b 100755
--- a/ci/test/06_script_b.sh
+++ b/ci/test/06_script_b.sh
@@ -170,5 +170,5 @@ if [ "${RUN_TIDY}" = "true" ]; then
fi
if [ "$RUN_FUZZ_TESTS" = "true" ]; then
- bash -c "LD_LIBRARY_PATH=${DEPENDS_DIR}/${HOST}/lib test/fuzz/test_runner.py ${FUZZ_TESTS_CONFIG} $MAKEJOBS -l DEBUG ${DIR_FUZZ_IN}"
+ bash -c "LD_LIBRARY_PATH=${DEPENDS_DIR}/${HOST}/lib test/fuzz/test_runner.py ${FUZZ_TESTS_CONFIG} $MAKEJOBS -l DEBUG ${DIR_FUZZ_IN} --empty_min_time=60"
fi