Skip to content

Commit

Permalink
Fix distcheck run under CI.
Browse files Browse the repository at this point in the history
check_gpx.sh now uses test_file_load program, so needs a DISPLAY to work with GTK3
  • Loading branch information
rnorris committed Dec 2, 2023
1 parent cc4cefa commit 7b565c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ TESTS = check_degrees_conversions.sh \
check_parse_latlon.sh \
check_babel.sh \
check_vikgoto.sh \
check_gpx.sh \
check_geojson_osrm.sh \
check_help_xml.sh \
check_metatile.sh
Expand All @@ -32,6 +31,7 @@ endif
# which essentially means needs a display to work. Thus under some CI circumstances there is no DISPLAY,
# so ATM simplest to avoid/skip the following tests
if HAVEDISPLAY
TESTS += check_gpx.sh
TESTS += check_fit.sh
TESTS += check_kml.sh
TESTS += check_tcx.sh
Expand Down

0 comments on commit 7b565c3

Please sign in to comment.