Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix ctest command
  • Loading branch information
3nids authored and m-kuhn committed Sep 15, 2017
1 parent 4156171 commit 6cda41d
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 @@ -38,7 +38,7 @@ cmake \

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

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

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 6cda41d

Please sign in to comment.