mirror of https://github.com/ecmwf/eccodes.git
Testing: when HAVE_MEMFS unset defs/samples paths
This commit is contained in:
parent
9ef72968d2
commit
03a8207ab4
|
@ -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=""
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue