mirror of https://github.com/ecmwf/eccodes.git
Testing: Output error log to see why Windows fails
This commit is contained in:
parent
bc034fc726
commit
6d33c9ec6c
|
@ -82,6 +82,7 @@ ${tools_dir}/grib_ls -s Ni=missing -j -p latLonValues $data_dir/sample.grib2 >
|
||||||
status=$?
|
status=$?
|
||||||
set -e
|
set -e
|
||||||
[ $status -ne 0 ]
|
[ $status -ne 0 ]
|
||||||
|
cat $tempText
|
||||||
grep -q "Key Ni cannot be 'missing' for a regular grid" $tempText
|
grep -q "Key Ni cannot be 'missing' for a regular grid" $tempText
|
||||||
grep -q "latlonvalues: Unable to create iterator" $tempText
|
grep -q "latlonvalues: Unable to create iterator" $tempText
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue