Skip to content

Commit 9352a01

Browse files
3nidsm-kuhn
authored andcommittedSep 28, 2017
fix line ending
1 parent 2057b7c commit 9352a01

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ export LD_PRELOAD=/lib/x86_64-linux-gnu/libSegFault.so
4040

4141
export CTEST_BUILD_COMMAND="/usr/bin/make -j3 -i -
4242
43-
python3 /root/QGIS/.ci/travis/scripts/ctest2travis.py \
44-
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
43+
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
4544
4645
ccache -s
4746

0 commit comments

Comments
 (0)
Please sign in to comment.