Skip to content

Commit

Permalink
debug1
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisHeimbigner committed Sep 20, 2023
1 parent 5680f77 commit 012a777
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
4 changes: 0 additions & 4 deletions libnczarr/zdebug.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,7 @@
#include "ncexternl.h"
#include "nclog.h"

#ifdef LOGGING
#define ZLOG(tag,...) nclog(tag,__VA_ARGS__)
#else
#define ZLOG(tag,...)
#endif

#ifdef ZCATCH
/* Place breakpoint on zbreakpoint to catch errors close to where they occur*/
Expand Down
6 changes: 3 additions & 3 deletions nc_test4/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
include $(top_srcdir)/lib_flags.am

# Un comment to use a more verbose test driver
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
#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;

TEST_EXTENSIONS = .sh
Expand Down
1 change: 0 additions & 1 deletion nc_test4/tst_filter_vlen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ if test "x$TESTNCZARR" = x1; then
fi

set -e
set -x

echo ">>>>"
find ../plugins
Expand Down

0 comments on commit 012a777

Please sign in to comment.