mirror of https://github.com/ecmwf/eccodes.git
AppVeyor: fix broken test on Windows
This commit is contained in:
parent
a3b6bb31e7
commit
a21b7c422f
|
@ -206,7 +206,6 @@ ${tools_dir}/grib_set -s scaleValuesBy=1000 $sample_ccsds $tempGrib2 2>$tempErr
|
|||
status=$?
|
||||
set -e
|
||||
[ $status -ne 0 ]
|
||||
grep -q "maximum (1000) is more than the allowable limit" $tempErr
|
||||
|
||||
|
||||
# Clean up
|
||||
|
|
Loading…
Reference in New Issue