mirror of https://github.com/ecmwf/eccodes.git
Testing: with MEMFS
This commit is contained in:
parent
2cb83cc93f
commit
c8ebdb89fa
|
@ -13,6 +13,11 @@
|
|||
#Define a common label for all the tmp files
|
||||
label="bufr_dump_test"
|
||||
|
||||
if [ $HAVE_MEMFS -eq 1 ]; then
|
||||
unset ECCODES_DEFINITION_PATH
|
||||
unset ECCODES_SAMPLES_PATH
|
||||
fi
|
||||
|
||||
#Create log file
|
||||
fLog=${label}".log"
|
||||
rm -f $fLog
|
||||
|
|
|
@ -13,6 +13,11 @@
|
|||
#Define a common label for all the tmp files
|
||||
label="bufr_dump_decode_C_test"
|
||||
|
||||
if [ $HAVE_MEMFS -eq 1 ]; then
|
||||
unset ECCODES_DEFINITION_PATH
|
||||
unset ECCODES_SAMPLES_PATH
|
||||
fi
|
||||
|
||||
#Create log file
|
||||
fLog=${label}".log"
|
||||
rm -f $fLog
|
||||
|
|
|
@ -13,6 +13,11 @@
|
|||
#Define a common label for all the tmp files
|
||||
label="bufr_dump_encode_C_test"
|
||||
|
||||
if [ $HAVE_MEMFS -eq 1 ]; then
|
||||
unset ECCODES_DEFINITION_PATH
|
||||
unset ECCODES_SAMPLES_PATH
|
||||
fi
|
||||
|
||||
#Create log file
|
||||
fLog=${label}".log"
|
||||
rm -f $fLog
|
||||
|
|
Loading…
Reference in New Issue