From: Evgeny Vereshchagin Date: Wed, 7 Nov 2018 06:49:50 +0000 (+0100) Subject: travis: show all commands when building systemd X-Git-Tag: v240~394^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10668%2Fhead;p=thirdparty%2Fsystemd.git travis: show all commands when building systemd This should prevent Travis CI from terminating build jobs that don't print anything for more than 10 minutes. See https://travis-ci.org/systemd/systemd/builds/451737177. --- diff --git a/travis-ci/managers/fedora.sh b/travis-ci/managers/fedora.sh index ccd75e8ea41..5ecd66c7c8b 100755 --- a/travis-ci/managers/fedora.sh +++ b/travis-ci/managers/fedora.sh @@ -46,7 +46,7 @@ for phase in "${PHASES[@]}"; do info "Run phase" # Build systemd $DOCKER_EXEC meson -Dslow-tests=true build - $DOCKER_EXEC ninja -C build + $DOCKER_EXEC ninja -v -C build $DOCKER_EXEC sh -c "printf '#!/bin/sh\necho The test is failing for unknown reason, skipping; exit 77' >/build/build/test-capability" # Run 'make check' $DOCKER_EXEC ninja -C build test