summaryrefslogtreecommitdiff
path: root/travis-ci
diff options
context:
space:
mode:
authorEvgeny Vereshchagin <evvers@ya.ru>2018-11-20 15:47:11 +0100
committerLennart Poettering <lennart@poettering.net>2018-11-20 20:23:19 +0100
commitf5f9a580dd4a3cf487b2d49ed70a13d8aaf373da (patch)
treedccbb2f9460d74d382110237f2ba734a8824cbc8 /travis-ci
parentf81f8bac2c4fd74f280f63d93217b2988546f0be (diff)
downloadsystemd-f5f9a580dd4a3cf487b2d49ed70a13d8aaf373da.tar.gz
tests: skip test_exec_ambientcapabilities on Travis CI under ASan
Let's not bother contributors with spurious failures nobody can't seem to reproduce. There is an issue about that where we're trying to figure out what's going on: https://github.com/systemd/systemd/issues/10696.
Diffstat (limited to 'travis-ci')
-rwxr-xr-xtravis-ci/managers/fedora.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/travis-ci/managers/fedora.sh b/travis-ci/managers/fedora.sh
index 09122f7232..c84d10bbe6 100755
--- a/travis-ci/managers/fedora.sh
+++ b/travis-ci/managers/fedora.sh
@@ -60,6 +60,7 @@ for phase in "${PHASES[@]}"; do
travis_wait docker exec --interactive=false \
-e UBSAN_OPTIONS=print_stacktrace=1:print_summary=1:halt_on_error=1 \
-e ASAN_OPTIONS=strict_string_checks=1:detect_stack_use_after_return=1:check_initialization_order=1:strict_init_order=1 \
+ -e "TRAVIS=$TRAVIS" \
-t $CONT_NAME \
meson test --timeout-multiplier=3 -C ./build/ --print-errorlogs
;;