Skip to content

Commit

Permalink
debug2
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisHeimbigner committed Feb 10, 2025
1 parent 05fe111 commit 05f959a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions nczarr_test/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ include $(top_srcdir)/lib_flags.am
AM_TESTS_ENVIRONMENT += export NCZARRFORMAT=2;export NCNOZMETADATA=1;
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;

AM_CFLAGS += -I${top_srcdir}
AM_CPPFLAGS += -I${top_srcdir}
Expand Down
1 change: 1 addition & 0 deletions nczarr_test/run_corrupt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ if test "x$srcdir" = x ; then srcdir=`pwd`; fi

. "${srcdir}/test_nczarr.sh"

set -x
set -e

s3isolate "testdir_corrupt"
Expand Down

0 comments on commit 05f959a

Please sign in to comment.