Testing: remove deprecated check

This commit is contained in:
Shahram Najm 2022-05-02 17:09:01 +01:00
parent 58edb0d3f7
commit 151cd28542
1 changed files with 0 additions and 6 deletions

View File

@ -22,12 +22,6 @@ if [ $ECCODES_ON_WINDOWS -eq 1 ]; then
export PATH=$PATH:$CONDA_PREFIX/Library/bin
fi
# Disable if autotools being used
src_config=${src_dir}/config.h
if [ -f ${src_config} ]; then
exit 0
fi
label="grib_to_netcdf_test"
tempGrib=temp.${label}.grib
tempNetcdf=temp.${label}.nc