summaryrefslogtreecommitdiff
path: root/travis-ci
diff options
context:
space:
mode:
authorEvgeny Vereshchagin <evvers@ya.ru>2018-11-07 07:49:50 +0100
committerEvgeny Vereshchagin <evvers@ya.ru>2018-11-07 07:49:50 +0100
commiteeec5f2a69e32c58fcc43c6ddcb60cc0f254e74e (patch)
tree7bf19a1241e1125cd0134292c7fd36c6d8fdc494 /travis-ci
parentb9abc93558fb320e5ea42315239e1af8295ae62f (diff)
downloadsystemd-eeec5f2a69e32c58fcc43c6ddcb60cc0f254e74e.tar.gz
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.
Diffstat (limited to 'travis-ci')
-rwxr-xr-xtravis-ci/managers/fedora.sh2
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