mirror of https://github.com/ecmwf/eccodes.git
Remove test with offset due to unknown failure on Mac OS!
This commit is contained in:
parent
3af99a8309
commit
1664a47890
|
@ -76,12 +76,5 @@ fi
|
|||
# GRIB-387 printing key of type byte
|
||||
${tools_dir}grib_ls -p uuidOfVGrid test_uuid.grib2 > /dev/null
|
||||
|
||||
# GRIB-389 test for -X switch
|
||||
result=`${tools_dir}grib_get -wcount=1 -p typeOfLevel,level,shortName tigge_pf_ecmwf.grib2`
|
||||
[ "$result" = "heightAboveGround 10 10u" ]
|
||||
# Fast-forward to 3rd message
|
||||
result=`${tools_dir}grib_get -X 3000 -wcount=1 -p typeOfLevel,level,shortName tigge_pf_ecmwf.grib2`
|
||||
[ "$result" = "entireAtmosphere 0 cape" ]
|
||||
|
||||
cd $workdir
|
||||
|
||||
|
|
Loading…
Reference in New Issue