ECC-738: Test data added

This commit is contained in:
Shahram Najm 2018-08-23 09:50:04 +01:00
parent 7049745b4f
commit 9ef72968d2
2 changed files with 12 additions and 2 deletions

View File

@ -146,3 +146,4 @@ delayed_repl_01.bufr
israel_observations_2017041010.bufr
goes16_nm.bufr
aeolus_wmo_26.bufr
ecc738.msg2.bufr

View File

@ -11,6 +11,17 @@
. ./include.sh
REDIRECT=/dev/null
cd ${data_dir}/bufr
# ECC-738: MEMFS
# ---------------------
if [ $HAVE_MEMFS -eq 1 ]; then
unset ECCODES_DEFINITION_PATH
file=ecc738.msg2.bufr
${tools_dir}/bufr_dump $file > $REDIRECT
fi
# Decide if we have the JSON verifier commandline utility
JSON_VERIF="json_xs"
@ -19,8 +30,6 @@ if command -v $JSON_VERIF >/dev/null 2>&1; then
JSON_CHECK=$JSON_VERIF
fi
cd ${data_dir}/bufr
bufr_files=`cat bufr_data_files.txt`
for file in ${bufr_files}
do