]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
travis: use 3 times the normal timeout when the tests are run under ASan+UBSan 10678/head
authorEvgeny Vereshchagin <evvers@ya.ru>
Thu, 8 Nov 2018 12:45:46 +0000 (13:45 +0100)
committerEvgeny Vereshchagin <evvers@ya.ru>
Thu, 8 Nov 2018 12:49:46 +0000 (13:49 +0100)
travis-ci/managers/fedora.sh

index 2705e23f8f638c321a01a6e3ec15a8c2e0fd5fcd..742b7c94a47fccd6954186ed28dafb1e9ed7dd1d 100755 (executable)
@@ -56,7 +56,7 @@ for phase in "${PHASES[@]}"; do
             $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 ninja -C build test"
+            $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"
             ;;
         CLEANUP)
             info "Cleanup phase"