Skip to content

Commit

Permalink
missing ctest var
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids authored and m-kuhn committed Sep 16, 2017
1 parent ac06eb0 commit ea154fe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .ci/travis/linux/docker-build-test.sh
Expand Up @@ -36,6 +36,10 @@ cmake \
#
# /root/QGIS/tests/testdata/provider/testdata_pg.sh

export LD_PRELOAD=/lib/x86_64-linux-gnu/libSegFault.so

export CTEST_BUILD_COMMAND="/usr/bin/make -j3 -i -
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
Expand Down

0 comments on commit ea154fe

Please sign in to comment.