show throw_out_of_range symbol

This commit is contained in:
Dane Springmeyer 2017-04-19 21:08:44 -07:00
parent dde1249068
commit 173993ed8c

View file

@ -105,6 +105,7 @@ script:
- DURATION=2400
- scripts/travis-command-wrapper.py -s "date" -i 120 --deadline=$(( $(date +%s) + ${DURATION} )) make
- RESULT=0
- nm src/libmapnik.* | grep throw_out_of_range
- make test || RESULT=$?
# we allow visual failures with g++ for now: https://github.com/mapnik/mapnik/issues/3567
- if [[ ${RESULT} != 0 ]] && [[ ${CXX} =~ 'clang++' ]]; then false; fi;