]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
travis: also compile and run unsafe unit tests
authorEvgeny Vereshchagin <evvers@ya.ru>
Wed, 14 Nov 2018 06:41:06 +0000 (07:41 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 14 Nov 2018 08:55:23 +0000 (09:55 +0100)
travis-ci/managers/fedora.sh

index fbc301c8221097c91790498da90bf5b6ca2108e7..8b7b3c873d25ccec999a870629c2f534f69915b8 100755 (executable)
@@ -45,13 +45,13 @@ for phase in "${PHASES[@]}"; do
         RUN)
             info "Run phase"
             # Build systemd
-            $DOCKER_EXEC meson --werror -Dslow-tests=true build
+            $DOCKER_EXEC meson --werror -Dtests=unsafe -Dslow-tests=true build
             $DOCKER_EXEC ninja -v -C build
             $DOCKER_EXEC ninja -C build test
             ;;
         RUN_ASAN)
             $DOCKER_EXEC git clean -dxff
-            $DOCKER_EXEC meson --werror -Db_sanitize=address,undefined build
+            $DOCKER_EXEC meson --werror -Dtests=unsafe -Db_sanitize=address,undefined build
             $DOCKER_EXEC ninja -v -C build
 
             # Never remove halt_on_error from UBSAN_OPTIONS. See https://github.com/systemd/systemd/commit/2614d83aa06592aedb.