turn of extra debug

This commit is contained in:
Dennis Heimbigner 2017-07-15 20:21:24 -06:00
parent d08a028a37
commit 967187f1a5
4 changed files with 7 additions and 8 deletions

View File

@ -10,7 +10,6 @@
#include <stdio.h>
#include "ncexternl.h"
#define WINPATH
#ifndef WINPATH
#ifdef _MSC_VER
#define WINPATH 1

View File

@ -8,8 +8,8 @@
# Put together AM_CPPFLAGS and AM_LDFLAGS.
include $(top_srcdir)/lib_flags.am
LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver-verbose
TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver-verbose
#LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver-verbose
#TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver-verbose
LDADD = ${top_builddir}/liblib/libnetcdf.la
AM_CPPFLAGS += -I$(top_srcdir)/liblib

View File

@ -1,12 +1,11 @@
#!/bin/sh
export SETX=1
#export SETX=1
#export NCPATHDEBUG=1
if test "x$srcdir" = x ; then srcdir=`pwd`; fi
. ../test_common.sh
export NCPATHDEBUG=1
F="ber-2002-10-01.nc"
EXPECTED="${srcdir}/expected3"
@ -15,4 +14,6 @@ URL="${URL}${srcdir}/testdata3/$F"
rm -f ./tmp
${NCDUMP} "${URL}" >./tmp
diff -w ${EXPECTED}/$F.dmp ./tmp
#cleanup
rm -f ./tmp
exit

View File

@ -32,8 +32,6 @@ test.sds2 test.sds3 test.sds4 test.sds5 \
test.sds6 test.sds7 test.vs1 \
test.vs2 test.vs3 test.vs4 test.vs5 whoi"
# ber-2002-10-01.nc
ACTUALDATA2=\
"123bears.nc 123.nc bears.nc \
ceopL2AIRS2-2.nc \
@ -41,6 +39,7 @@ data.nc fnoc1.nc \
in1.nc in_2.nc in.nc \
in_no_three_double_dmn.nc in_v.nc saco1.nc \
test.nc text.nc \
ber-2002-10-01.nc \
kwcase.nc"
# XFAIL tests should be a subset of the other tests; this is used