mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-02-17 16:50:18 +08:00
debug11
This commit is contained in:
parent
a97cabfb12
commit
6eac55dc44
@ -27,8 +27,8 @@ fi
|
||||
THISDIR=`pwd`
|
||||
cd $ISOPATH
|
||||
|
||||
if test -e ~/.aws/config ; then cat ~/.aws/config; fi
|
||||
if test -e ~/.aws/credentials ; then cat ~/.aws/credentials; fi
|
||||
if test -e ~/.aws/config ; then wc ~/.aws/config; fi
|
||||
if test -e ~/.aws/credentials ; then wc ~/.aws/credentials; fi
|
||||
|
||||
${CMD} ${execdir}/.libs/test_s3sdk -u "${URL}" exists
|
||||
${CMD} ${execdir}/.libs/test_s3sdk -u "${URL}" -k "${S3ISOPATH}/.libs/test_s3sdk.txt" write
|
||||
|
Loading…
Reference in New Issue
Block a user