Testing: when HAVE_MEMFS unset defs/samples paths

This commit is contained in:
Shahram Najm 2018-08-23 11:20:37 +01:00
parent 9ef72968d2
commit 03a8207ab4
3 changed files with 11 additions and 6 deletions

View File

@ -13,16 +13,11 @@
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
unset ECCODES_SAMPLES_PATH
fi
# Decide if we have the JSON verifier commandline utility
JSON_VERIF="json_xs"
JSON_CHECK=""

View File

@ -12,6 +12,11 @@
REDIRECT=/dev/null
if [ $HAVE_MEMFS -eq 1 ]; then
unset ECCODES_DEFINITION_PATH
unset ECCODES_SAMPLES_PATH
fi
files="
constant_field.grib1
lfpw.grib1

View File

@ -14,6 +14,11 @@ temp=temp.$label.txt
REDIRECT=/dev/null
if [ $HAVE_MEMFS -eq 1 ]; then
unset ECCODES_DEFINITION_PATH
unset ECCODES_SAMPLES_PATH
fi
files="
constant_field.grib1
lfpw.grib1