mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
Some debugging output was left enabled by accident.
The nczarr_test/Makefile.am had the alternate, verbose test-driver-verbose enabled. This PR disables it.
This commit is contained in:
parent
a200e8f0be
commit
38c180175a
@ -13,10 +13,10 @@ LDADD = ${top_builddir}/liblib/libnetcdf.la
|
||||
|
||||
TESTS_ENVIRONMENT =
|
||||
TEST_EXTENSIONS = .sh
|
||||
SH_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver-verbose
|
||||
sh_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver-verbose
|
||||
LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver-verbose
|
||||
TESTS_ENVIRONMENT += export SETX=1;
|
||||
#SH_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver-verbose
|
||||
#sh_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver-verbose
|
||||
#LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver-verbose
|
||||
#TESTS_ENVIRONMENT += export SETX=1;
|
||||
#TESTS_ENVIRONMENT += export NCTRACING=1;
|
||||
|
||||
AM_CPPFLAGS += -I${top_srcdir} -I${top_srcdir}/libnczarr
|
||||
|
Loading…
Reference in New Issue
Block a user