Skip to content

Commit

Permalink
fix ctest command
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Aug 8, 2017
1 parent f563c5d commit d512d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/travis/linux/docker-build-test.sh
Original file line number Diff line number Diff line change
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 d512d4e

Please sign in to comment.