mirror of https://github.com/ecmwf/eccodes.git
Testing: Fix clang address sanitizer error
This commit is contained in:
parent
a643002530
commit
41959a096e
|
@ -10,11 +10,8 @@
|
||||||
|
|
||||||
. ./include.ctest.sh
|
. ./include.ctest.sh
|
||||||
|
|
||||||
if [ $HAVE_MEMFS -eq 1 ]; then
|
unset ECCODES_SAMPLES_PATH
|
||||||
unset ECCODES_SAMPLES_PATH
|
|
||||||
fi
|
|
||||||
|
|
||||||
IFS_SAMPLES_ROOT=${proj_dir}/ifs_samples
|
IFS_SAMPLES_ROOT=${proj_dir}/ifs_samples
|
||||||
|
|
||||||
# Load the given sample (arg1) which resides in the ifs_samples dir (arg2)
|
# 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"
|
||||||
|
|
Loading…
Reference in New Issue