summaryrefslogtreecommitdiff
path: root/travis-ci
diff options
context:
space:
mode:
authorEvgeny Vereshchagin <evvers@ya.ru>2018-11-14 07:41:06 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-11-14 09:55:23 +0100
commit7970a525095732ff6a1236d0bc1891f08cc2b257 (patch)
tree22411d84a9f517c1d1cc503ea5cd559000eded87 /travis-ci
parentd08819ed74f12e32475d6a0620d3573c80e523ce (diff)
downloadsystemd-7970a525095732ff6a1236d0bc1891f08cc2b257.tar.gz
travis: also compile and run unsafe unit tests
Diffstat (limited to 'travis-ci')
-rwxr-xr-xtravis-ci/managers/fedora.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/travis-ci/managers/fedora.sh b/travis-ci/managers/fedora.sh
index fbc301c822..8b7b3c873d 100755
--- a/travis-ci/managers/fedora.sh
+++ b/travis-ci/managers/fedora.sh
@@ -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.