diff options
author | MarcoFalke <falke.marco@gmail.com> | 2019-01-16 11:49:01 -0500 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2019-02-13 17:12:28 -0500 |
commit | fa7ca8ef58bf3e3b91d1f5a67fa42008e63b1f7b (patch) | |
tree | 2bb0b1b63931c12593aafded53b4021fe566ab32 /.travis/test_06_script_b.sh | |
parent | ad039aa0d3e8a831559434022b1da1de4d72a847 (diff) |
qa: Add test/fuzz/test_runner.py
Diffstat (limited to '.travis/test_06_script_b.sh')
-rwxr-xr-x | .travis/test_06_script_b.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis/test_06_script_b.sh b/.travis/test_06_script_b.sh index b6b5925be8..e13abfd52f 100755 --- a/.travis/test_06_script_b.sh +++ b/.travis/test_06_script_b.sh @@ -19,3 +19,9 @@ if [ "$RUN_FUNCTIONAL_TESTS" = "true" ]; then DOCKER_EXEC test/functional/test_runner.py --ci --combinedlogslen=4000 --coverage --quiet --failfast END_FOLD fi + +if [ "$RUN_FUZZ_TESTS" = "true" ]; then + BEGIN_FOLD fuzz-tests + DOCKER_EXEC test/fuzz/test_runner.py -l DEBUG ${DIR_FUZZ_IN} + END_FOLD +fi |