diff options
author | Evgeny Vereshchagin <evvers@ya.ru> | 2018-11-07 07:47:22 +0100 |
---|---|---|
committer | Evgeny Vereshchagin <evvers@ya.ru> | 2018-11-07 07:47:22 +0100 |
commit | b9abc93558fb320e5ea42315239e1af8295ae62f (patch) | |
tree | 8c8d7aab1b55252933da7e7b96a3dd865dbcbae4 /travis-ci | |
parent | travis: make the directory with coverity tools available in a container (diff) | |
download | systemd-b9abc93558fb320e5ea42315239e1af8295ae62f.tar.gz systemd-b9abc93558fb320e5ea42315239e1af8295ae62f.tar.bz2 systemd-b9abc93558fb320e5ea42315239e1af8295ae62f.zip |
travis: build and run fuzzers against crash reproducers
Diffstat (limited to 'travis-ci')
-rwxr-xr-x | travis-ci/managers/fedora.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/travis-ci/managers/fedora.sh b/travis-ci/managers/fedora.sh index ab5ad154e..ccd75e8ea 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' |