This commit is contained in:
Dennis Heimbigner 2022-11-14 18:53:30 -07:00
parent a0b05758b6
commit 5d0f1ca907
4 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@
name: Run macOS-based netCDF Tests
on: [push,pull_request, workflow_dispatch]
on: [push, pull_request, workflow_dispatch]
jobs:

View File

@ -4,7 +4,7 @@
name: Run Ubuntu/Linux netCDF Tests
on: [push,pull_request, workflow_dispatch]
on: [pull_request, workflow_dispatch]
jobs:

View File

@ -9,7 +9,7 @@ name: Run MSYS2, MinGW64-based Tests
env:
CPPFLAGS: "-D_BSD_SOURCE"
on: [push,pull_request, workflow_dispatch]
on: [pull_request, workflow_dispatch]
jobs:

View File

@ -36,7 +36,7 @@ for f in $F ; do
QUERY="${QUERY}${QCHAR}&dap4.checksum=false"
fi
# Fix up QUERY
if test "x$QUERY" != x ; then QUERY=`echo -n $QUERY | sed -e 's/^&/?/'` ; fi
if test "x$QUERY" != x ; then QUERY=`echo ${QUERY} | sed -e 's/^&/?/'` ; fi
URL="${TESTSERVER}/testfiles/${f}${QUERY}${FRAG}"
${NCDUMP} ${DUMPFLAGS} "${URL}" > ${builddir}/results_test_remote/${f}.ncdump
if test "x${TEST}" = x1 ; then