Testing: with MEMFS

This commit is contained in:
Shahram Najm 2018-08-23 13:45:54 +01:00
parent 2cb83cc93f
commit c8ebdb89fa
3 changed files with 15 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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