Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 124e1cc

Browse files
m-kuhn3nids
authored andcommittedAug 8, 2017
Output on failure
1 parent 2c12656 commit 124e1cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.ci/travis/linux/docker-build-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export CTEST_BUILD_COMMAND="/usr/bin/ninja"
4242

4343
ninja
4444

45-
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
45+
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
4646

4747
ccache -s
4848

0 commit comments

Comments
 (0)
Please sign in to comment.