Testing: LAM GP/BF. Check number of values

This commit is contained in:
Shahram Najm 2018-09-03 13:23:20 +01:00
parent e1f60707c0
commit f5853a8c56
2 changed files with 6 additions and 0 deletions

View File

@ -16,6 +16,9 @@ temp=temp.$label.txt
dump_and_check()
{
input=$1
grib_check_key_equals $input numberOfValues 3128
${tools_dir}/grib_dump -O $input >$temp 2>&1
set +e
# Look for the word ERROR in output. We should not find any

View File

@ -16,6 +16,9 @@ temp=temp.$label.txt
dump_and_check()
{
input=$1
grib_check_key_equals $input numberOfValues 4096
${tools_dir}/grib_dump -O $input >$temp 2>&1
set +e
# Look for the word ERROR in output. We should not find any