Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Output on failure
  • Loading branch information
m-kuhn committed Sep 15, 2017
1 parent 94a67bc commit 5e983c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/travis/linux/docker-build-test.sh
Expand Up @@ -42,7 +42,7 @@ export CTEST_BUILD_COMMAND="/usr/bin/ninja"

ninja

python3 /root/QGIS/.ci/travis/scripts/ctest2travis.py xvfb-run ctest -V -E "$(cat /root/QGIS/.ci/travis/linux/blacklist.txt | sed -r '/^(#.*?)?$/d' | paste -sd '|' -)" -S /root/QGIS/.ci/travis/travis.ctest
python3 /root/QGIS/.ci/travis/scripts/ctest2travis.py xvfb-run ctest -V -E "$(cat /root/QGIS/.ci/travis/linux/blacklist.txt | sed -r '/^(#.*?)?$/d' | paste -sd '|' -)" -S /root/QGIS/.ci/travis/travis.ctest --output-on-failure

ccache -s

Expand Down

0 comments on commit 5e983c1

Please sign in to comment.