From b9abc93558fb320e5ea42315239e1af8295ae62f Mon Sep 17 00:00:00 2001 From: Evgeny Vereshchagin Date: Wed, 7 Nov 2018 07:47:22 +0100 Subject: [PATCH] travis: build and run fuzzers against crash reproducers --- travis-ci/managers/fedora.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis-ci/managers/fedora.sh b/travis-ci/managers/fedora.sh index ab5ad154e0..ccd75e8ea4 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'