Skip to content

Commit

Permalink
run_test.sh: remove DODS testing (#619)
Browse files Browse the repository at this point in the history
I'm unclear why the recipe tests this particular driver... Anyway I'm
about to either remove that driver upstream (cf
OSGeo/gdal#5173), or perhaps less radical
option, just require to have a DODS_RASTER: prefix at the beginning of the
connection string. In any case, if not changing this recipee, this would
break the GDAL upstream CI task that uses this recipee to build Conda package from master.
  • Loading branch information
rouault committed Apr 4, 2022
1 parent 74df5e3 commit 2879086
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions recipe/run_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,5 @@ gdalenhance --version
gdalwarp --version
gdalinfo --formats

# allow the DODS test to run for now
export GDAL_ENABLE_DEPRECATED_DRIVER_DODS=YES
gdalinfo http://thredds.nersc.no/thredds/dodsC/greenpath/Model/topaz

test -f ${PREFIX}/lib/libgdal${SHLIB_EXT}
test ! -f ${PREFIX}/lib/libgdal.a

0 comments on commit 2879086

Please sign in to comment.