Testing: Fix clang address sanitizer error

This commit is contained in:
Shahram Najm 2022-07-12 20:28:24 +01:00
parent a643002530
commit 41959a096e
1 changed files with 2 additions and 5 deletions

View File

@ -10,11 +10,8 @@
. ./include.ctest.sh
if [ $HAVE_MEMFS -eq 1 ]; then
unset ECCODES_SAMPLES_PATH
fi
unset ECCODES_SAMPLES_PATH
IFS_SAMPLES_ROOT=${proj_dir}/ifs_samples
# Load the given sample (arg1) which resides in the ifs_samples dir (arg2)
$EXEC ${test_dir}/codes_set_samples_path "gg_ml" "$IFS_SAMPLES_ROOT/grib1_mlgrib2" 2>/dev/null
$EXEC ${test_dir}/codes_set_samples_path "gg_ml" "$IFS_SAMPLES_ROOT/grib1_mlgrib2"