File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,8 +55,8 @@ acceptance-tests-up: build .env
5555.PHONY : acceptance-tests-run
5656acceptance-tests-run : .env
5757 # Wait for GeoServer to be ready (up to 2 minutes)
58- docker compose exec -T print sh -c ' for i in $(shell seq 1 24); do curl --fail http://geoserver:8080/geoserver/ www/map-data/test-data/simple-squares-geojson.json && exit 0; sleep 5; done; exit 1'
59- docker compose exec -T print curl --fail http://geoserver:8080/geoserver/ www/map-data/test-data/simple-squares-geojson.json
58+ docker compose exec -T print sh -c ' for i in $(shell seq 1 24); do curl --fail http://geoserver:8080/www/map-data/test-data/simple-squares-geojson.json && exit 0; sleep 5; done; exit 1'
59+ docker compose exec -T print curl --fail http://geoserver:8080/www/map-data/test-data/simple-squares-geojson.json
6060
6161 docker compose exec -T tests gradle \
6262 --exclude-task=:core:spotbugsMain --exclude-task=:core:checkstyleMain \
You can’t perform that action at this time.
0 commit comments