From eeec5f2a69e32c58fcc43c6ddcb60cc0f254e74e Mon Sep 17 00:00:00 2001 From: Evgeny Vereshchagin Date: Wed, 7 Nov 2018 07:49:50 +0100 Subject: [PATCH] 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. --- travis-ci/managers/fedora.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3