diff options
author | Frantisek Sumsal <frantisek@sumsal.cz> | 2018-11-09 12:47:30 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2018-11-09 16:26:19 +0100 |
commit | 7a3025658836c536f81fdd742fa338545294f5bf (patch) | |
tree | afebb4d8c918b7f2c0bb44c37ef1d1a75fea0505 /travis-ci | |
parent | 3306711ffb28431263ab85b1a2f016b789a1ffaa (diff) | |
download | systemd-7a3025658836c536f81fdd742fa338545294f5bf.tar.gz systemd-7a3025658836c536f81fdd742fa338545294f5bf.tar.bz2 systemd-7a3025658836c536f81fdd742fa338545294f5bf.zip |
tests: keep SYS_PTRACE when running under ASan
Diffstat (limited to 'travis-ci')
-rwxr-xr-x | travis-ci/managers/fedora.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/travis-ci/managers/fedora.sh b/travis-ci/managers/fedora.sh index 742b7c94a4..1a3d2366db 100755 --- a/travis-ci/managers/fedora.sh +++ b/travis-ci/managers/fedora.sh @@ -53,7 +53,6 @@ for phase in "${PHASES[@]}"; do $DOCKER_EXEC git clean -dxff $DOCKER_EXEC meson -Db_sanitize=address,undefined build $DOCKER_EXEC ninja -v -C build - $DOCKER_EXEC sh -c "printf '#!/bin/sh\necho The test is failing under ASan, skipping; exit 77' >/build/build/test-capability" # Never remove halt_on_error from UBSAN_OPTIONS. See https://github.com/systemd/systemd/commit/2614d83aa06592aedb. $DOCKER_EXEC sh -c "UBSAN_OPTIONS=print_stacktrace=1:print_summary=1:halt_on_error=1 meson test --timeout-multiplier=3 -C ./build/ --print-errorlogs" |