diff options
author | Evgeny Vereshchagin <evvers@ya.ru> | 2018-11-07 07:49:50 +0100 |
---|---|---|
committer | Evgeny Vereshchagin <evvers@ya.ru> | 2018-11-07 07:49:50 +0100 |
commit | eeec5f2a69e32c58fcc43c6ddcb60cc0f254e74e (patch) | |
tree | 7bf19a1241e1125cd0134292c7fd36c6d8fdc494 | |
parent | b9abc93558fb320e5ea42315239e1af8295ae62f (diff) | |
download | systemd-eeec5f2a69e32c58fcc43c6ddcb60cc0f254e74e.tar.gz systemd-eeec5f2a69e32c58fcc43c6ddcb60cc0f254e74e.tar.bz2 systemd-eeec5f2a69e32c58fcc43c6ddcb60cc0f254e74e.zip |
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.
-rwxr-xr-x | travis-ci/managers/fedora.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/travis-ci/managers/fedora.sh b/travis-ci/managers/fedora.sh index ccd75e8ea4..5ecd66c7c8 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 |