]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
travis: build and run fuzzers against crash reproducers
authorEvgeny Vereshchagin <evvers@ya.ru>
Wed, 7 Nov 2018 06:47:22 +0000 (07:47 +0100)
committerEvgeny Vereshchagin <evvers@ya.ru>
Wed, 7 Nov 2018 06:47:22 +0000 (07:47 +0100)
travis-ci/managers/fedora.sh

index ab5ad154e0b7e5a6ec7e393b0036d1f2cfe9a71c..ccd75e8ea41617216c59c62208f7f7912997d884 100755 (executable)
@@ -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'