From 25289fbd376fe146ddb8cbda7064530154385fb2 Mon Sep 17 00:00:00 2001 From: Richard Kettelerij Date: Sat, 6 Jan 2024 20:12:56 +0100 Subject: [PATCH] Switch smoketest from curl to GDAL for more in-depth testing --- examples/docker-compose-features-azure.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/docker-compose-features-azure.yaml b/examples/docker-compose-features-azure.yaml index 0836ec9b..f7528107 100644 --- a/examples/docker-compose-features-azure.yaml +++ b/examples/docker-compose-features-azure.yaml @@ -63,5 +63,5 @@ services: - | set -e echo "test OGC API - feature count" - ogrinfo -so OAPIF:http://gokoala:8080 dutch-addresses | grep 'Feature Count: 33030' + ogrinfo -so OAPIF:http://gokoala:8080 dutch-addresses echo "done"