From 6d33c9ec6c1364fdd83d385678d84abfb9edd554 Mon Sep 17 00:00:00 2001 From: shahramn Date: Tue, 22 Oct 2024 10:04:41 +0100 Subject: [PATCH] Testing: Output error log to see why Windows fails --- tests/grib_iterator.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/grib_iterator.sh b/tests/grib_iterator.sh index 2601838ff..c78813b0e 100755 --- a/tests/grib_iterator.sh +++ b/tests/grib_iterator.sh @@ -82,6 +82,7 @@ ${tools_dir}/grib_ls -s Ni=missing -j -p latLonValues $data_dir/sample.grib2 > status=$? set -e [ $status -ne 0 ] +cat $tempText grep -q "Key Ni cannot be 'missing' for a regular grid" $tempText grep -q "latlonvalues: Unable to create iterator" $tempText