Skip to content

Commit

Permalink
[travis] Preload libSegFault to debug crashes
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Nov 17, 2016
1 parent 6b6896b commit 1ffdadd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/travis/linux/script.sh
Expand Up @@ -23,6 +23,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

# Set OTB application path (installed in before_install.sh script)
export OTB_APPLICATION_PATH=${HOME}/OTB-5.6.0-Linux64/lib/otb/applications
export LD_PRELOAD=/lib/x86_64-linux-gnu/libSegFault.so

xvfb-run ctest -V -E "qgis_filedownloader|qgis_openstreetmaptest|qgis_wcsprovidertest|PyQgsWFSProviderGUI|PyQgsOfflineEditingWFS|qgis_ziplayertest|$(cat ${DIR}/blacklist.txt | paste -sd '|' -)" -S ./qgis-test-travis.ctest --output-on-failure
# xvfb-run ctest -V -E "qgis_openstreetmaptest|qgis_wcsprovidertest" -S ./qgis-test-travis.ctest --output-on-failure

0 comments on commit 1ffdadd

Please sign in to comment.