From: Evgeny Vereshchagin Date: Thu, 16 May 2019 03:48:06 +0000 (+0200) Subject: tests: catch broken fuzz targets as early as possible X-Git-Tag: v243-rc1~411 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f572f79e18e01c9166463da240303868ca32ba72;p=thirdparty%2Fsystemd.git tests: catch broken fuzz targets as early as possible See https://github.com/google/oss-fuzz/pull/2419. --- diff --git a/travis-ci/managers/fuzzbuzz.sh b/travis-ci/managers/fuzzbuzz.sh index ee912db3224..0080b065d89 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"