From 773239e37a1be64bdda0b9d3d9002fbddff56df6 Mon Sep 17 00:00:00 2001 From: David Hoese <david.hoese@ssec.wisc.edu> Date: Wed, 19 Jan 2022 15:55:55 -0600 Subject: [PATCH] Add flag to make binary image data from curl to go null --- ci_tests/_tests_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci_tests/_tests_common.sh b/ci_tests/_tests_common.sh index 6317ff0..4258af7 100644 --- a/ci_tests/_tests_common.sh +++ b/ci_tests/_tests_common.sh @@ -218,7 +218,7 @@ run_mapserver_postgres_checks() { run_mapcache_checks() { first_time=$(run_remote_curl_pod "${MAPCACHE_RELEASE_NAME}1" "http://${MAPSERVER_RELEASE_NAME}.${ns}/wms_times/g16/abi/radm1/C01" | head -c 21 | tail -c 19) debug "MapServer first time: ${first_time}" - run_remote_curl_pod "${MAPCACHE_RELEASE_NAME}2" "http://${MAPCACHE_RELEASE_NAME}.${ns}/mapcache/wmts/?TIME=${first_time}Z&TILEMATRIXSET=grid_g16_abi_radf_1000m&LAYER=g16_abi_radm1_l1b_C01&Service=WMTS&Request=GetTile&Version=1.0.0&Format=image%2Fpng&TileMatrix=0&TileCol=0&TileRow=0" --fail >/dev/null + run_remote_curl_pod "${MAPCACHE_RELEASE_NAME}2" "http://${MAPCACHE_RELEASE_NAME}.${ns}/mapcache/wmts/?TIME=${first_time}Z&TILEMATRIXSET=grid_g16_abi_radf_1000m&LAYER=g16_abi_radm1_l1b_C01&Service=WMTS&Request=GetTile&Version=1.0.0&Format=image%2Fpng&TileMatrix=0&TileCol=0&TileRow=0" --fail --output - >/dev/null } run_client_checks() { -- GitLab