summaryrefslogtreecommitdiff
path: root/travis-ci
diff options
context:
space:
mode:
authorEvgeny Vereshchagin <evvers@ya.ru>2019-05-16 05:48:06 +0200
committerEvgeny Vereshchagin <evvers@ya.ru>2019-05-19 12:48:12 +0300
commitf572f79e18e01c9166463da240303868ca32ba72 (patch)
tree5d39d87461d7ab4e182d25e5be0279378d3975c1 /travis-ci
parenta188bcffc3007178ac3367176ab996eeec9d5b29 (diff)
downloadsystemd-f572f79e18e01c9166463da240303868ca32ba72.tar.gz
tests: catch broken fuzz targets as early as possible
See https://github.com/google/oss-fuzz/pull/2419.
Diffstat (limited to 'travis-ci')
-rwxr-xr-xtravis-ci/managers/fuzzbuzz.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/travis-ci/managers/fuzzbuzz.sh b/travis-ci/managers/fuzzbuzz.sh
index ee912db322..0080b065d8 100755
--- a/travis-ci/managers/fuzzbuzz.sh
+++ b/travis-ci/managers/fuzzbuzz.sh
@@ -36,4 +36,4 @@ sudo mount --bind "$REPO_ROOT" "$t"
# helper.py is wrapped in script to trick it into thinking it's "interactive"
# See https://github.com/systemd/systemd/pull/12542#issuecomment-491563572
sudo script -e -c "./infra/helper.py build_fuzzers --clean --sanitizer=memory systemd $t"
-sudo script -e -c "./infra/helper.py check_build --sanitizer=memory systemd"
+sudo script -e -c "./infra/helper.py check_build --sanitizer=memory -e ALLOWED_BROKEN_TARGETS_PERCENTAGE=0 systemd"