mirror of https://github.com/ecmwf/eccodes.git
Testing
This commit is contained in:
parent
99ad275265
commit
f4cd4b274d
|
@ -10,8 +10,6 @@
|
||||||
|
|
||||||
. ./include.ctest.sh
|
. ./include.ctest.sh
|
||||||
|
|
||||||
REDIRECT=/dev/null
|
|
||||||
|
|
||||||
label="grib_set_force_test"
|
label="grib_set_force_test"
|
||||||
|
|
||||||
tempInput=temp.$label.input.grib2
|
tempInput=temp.$label.input.grib2
|
||||||
|
|
|
@ -16,14 +16,11 @@ tempOut=temp.${label}.out
|
||||||
tempTxt=temp.${label}.txt
|
tempTxt=temp.${label}.txt
|
||||||
tempRef=temp.${label}.ref
|
tempRef=temp.${label}.ref
|
||||||
|
|
||||||
REDIRECT=/dev/null
|
|
||||||
|
|
||||||
input=$ECCODES_SAMPLES_PATH/wrap.tmpl
|
input=$ECCODES_SAMPLES_PATH/wrap.tmpl
|
||||||
|
|
||||||
${tools_dir}/grib_dump -TA -O $input
|
${tools_dir}/grib_dump -TA -O $input
|
||||||
id=`${tools_dir}/grib_get -TA -p identifier $input`
|
id=`${tools_dir}/grib_get -TA -p identifier $input`
|
||||||
[ "$id" = "WRAP" ]
|
[ "$id" = "WRAP" ]
|
||||||
|
|
||||||
|
|
||||||
# Clean up
|
# Clean up
|
||||||
rm -f $tempOut $tempRef $tempTxt
|
rm -f $tempOut $tempRef $tempTxt
|
||||||
|
|
Loading…
Reference in New Issue