aboutsummaryrefslogtreecommitdiff
path: root/ci/test/06_script_b.sh
diff options
context:
space:
mode:
authorpracticalswift <practicalswift@users.noreply.github.com>2020-02-17 13:34:51 +0000
committerpracticalswift <practicalswift@users.noreply.github.com>2020-02-18 06:56:26 +0000
commita3b539a924f8611abb3096f2bd9d35094b5577e3 (patch)
treea01f85b632f0a830084bd2ace903bd68086d7ecd /ci/test/06_script_b.sh
parent179504ccb6f4e5a4418b064a184ba37b04491a31 (diff)
downloadbitcoin-a3b539a924f8611abb3096f2bd9d35094b5577e3.tar.xz
ci: Run fuzz testing test cases under valgrind
Diffstat (limited to 'ci/test/06_script_b.sh')
-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 537493a710..3b32513353 100755
--- a/ci/test/06_script_b.sh
+++ b/ci/test/06_script_b.sh
@@ -36,6 +36,6 @@ fi
if [ "$RUN_FUZZ_TESTS" = "true" ]; then
BEGIN_FOLD fuzz-tests
- DOCKER_EXEC test/fuzz/test_runner.py -l DEBUG ${DIR_FUZZ_IN}
+ DOCKER_EXEC test/fuzz/test_runner.py ${FUZZ_TESTS_CONFIG} -l DEBUG ${DIR_FUZZ_IN}
END_FOLD
fi