Skip to content

Commit

Permalink
fix skipping of kml validation with valgrind. (GPSBabel#930)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsteven4 authored Oct 10, 2022
1 parent dda51bc commit a331cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testo.d/kml.test
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ compare ${REFERENCE}/track/Placemark-Track-1~kml.gpx ${TMPDIR}/Placemark-Track-1
gpsbabel -T -i random,points=20,seed=33,nodelay -f dummy -o kml,track -F ${TMPDIR}/realtime.kml
compare ${REFERENCE}/realtime.kml ${TMPDIR}/realtime.kml

if [ "${RUNNINGVALGRIND}" != "0" ]; then
if [ -z "${VALGRIND}" ]; then
set -e
if command -v xmllint > /dev/null;
then
Expand Down

0 comments on commit a331cb6

Please sign in to comment.