Skip to content

Commit 91d4243

Browse files
author
Jeff Whitaker
committed
retry
1 parent 6726f91 commit 91d4243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ function run_tests {
285285
cp ../netcdf4-python/test/* .
286286
python run_all.py
287287
# add test for netcdf4-python issue #1246 (opendap with ssl)
288-
cat "HTTP.VERBOSE=1" > ~/.ncrc
288+
echo "HTTP.VERBOSE=1" > ~/.ncrc
289289
URL="https://psl.noaa.gov/thredds/dodsC/Datasets/NARR/monolevel/uwnd.10m.2000.nc"
290290
python -c "from netCDF4 import Dataset; nc=Dataset(\"${URL}\"); print(nc)"
291291
URL='https://icdc.cen.uni-hamburg.de/thredds/dodsC/ftpthredds/hamtide/m2.hamtide11a.nc'

0 commit comments

Comments
 (0)