mirror of https://github.com/ecmwf/eccodes.git
Testing: remove deprecated check
This commit is contained in:
parent
58edb0d3f7
commit
151cd28542
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue