Skip to content

Commit 6726f91

Browse files
author
Jeff Whitaker
committed
add HTTP.VERBOSE=1
1 parent 8dd702d commit 6726f91

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

config.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ function build_curl {
5050
flags="$flags --with-ssl"
5151
# yum_install perl-IPC-Cmd
5252
# yum_install perl-Pod-Html
53-
yum_install ca-certificates
5453
build_openssl
5554
fi
5655
flags="$flags --without-zstd"
@@ -286,6 +285,9 @@ function run_tests {
286285
cp ../netcdf4-python/test/* .
287286
python run_all.py
288287
# add test for netcdf4-python issue #1246 (opendap with ssl)
288+
cat "HTTP.VERBOSE=1" > ~/.ncrc
289+
URL="https://psl.noaa.gov/thredds/dodsC/Datasets/NARR/monolevel/uwnd.10m.2000.nc"
290+
python -c "from netCDF4 import Dataset; nc=Dataset(\"${URL}\"); print(nc)"
289291
URL='https://icdc.cen.uni-hamburg.de/thredds/dodsC/ftpthredds/hamtide/m2.hamtide11a.nc'
290292
python -c "from netCDF4 import Dataset; nc=Dataset(\"${URL}\"); print(nc)"
291293
}

0 commit comments

Comments
 (0)