summaryrefslogtreecommitdiff
path: root/travis-ci
diff options
context:
space:
mode:
authorEvgeny Vereshchagin <evvers@ya.ru>2018-11-07 07:47:22 +0100
committerEvgeny Vereshchagin <evvers@ya.ru>2018-11-07 07:47:22 +0100
commitb9abc93558fb320e5ea42315239e1af8295ae62f (patch)
tree8c8d7aab1b55252933da7e7b96a3dd865dbcbae4 /travis-ci
parent13d8a53aaec29eaacec85bfe008e0212d49b1b7a (diff)
downloadsystemd-b9abc93558fb320e5ea42315239e1af8295ae62f.tar.gz
travis: build and run fuzzers against crash reproducers
Diffstat (limited to 'travis-ci')
-rwxr-xr-xtravis-ci/managers/fedora.sh2
1 files changed, 1 insertions, 1 deletions
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'