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 39d6688

Browse files
m-kuhn3nids
authored andcommittedAug 12, 2017
More debug output
1 parent 1ae273a commit 39d6688

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
@@ -39,7 +39,7 @@ export LD_PRELOAD=/lib/x86_64-linux-gnu/libSegFault.so
3939

4040
export CTEST_BUILD_COMMAND="/usr/bin/make -j3 -i -k"
4141

42-
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
42+
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
4343

4444
ccache -s
4545

0 commit comments

Comments
 (0)
Please sign in to comment.