From: Evgeny Vereshchagin Date: Wed, 7 Nov 2018 06:47:22 +0000 (+0100) Subject: travis: build and run fuzzers against crash reproducers X-Git-Tag: v240~394^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b9abc93558fb320e5ea42315239e1af8295ae62f;p=thirdparty%2Fsystemd.git travis: build and run fuzzers against crash reproducers --- diff --git a/travis-ci/managers/fedora.sh b/travis-ci/managers/fedora.sh index ab5ad154e0b..ccd75e8ea41 100755 --- a/travis-ci/managers/fedora.sh +++ b/travis-ci/managers/fedora.sh @@ -45,7 +45,7 @@ for phase in "${PHASES[@]}"; do RUN) info "Run phase" # Build systemd - $DOCKER_EXEC meson build + $DOCKER_EXEC meson -Dslow-tests=true build $DOCKER_EXEC ninja -C build $DOCKER_EXEC sh -c "printf '#!/bin/sh\necho The test is failing for unknown reason, skipping; exit 77' >/build/build/test-capability" # Run 'make check'