Skip to content

Commit

Permalink
prdo
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisHeimbigner committed Jan 19, 2025
1 parent 7dbc204 commit da48193
Show file tree
Hide file tree
Showing 16 changed files with 5 additions and 23 deletions.
8 changes: 4 additions & 4 deletions examples/C/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
# Ed Hartnett, Ward Fisher, Dennis Heimbigner

# 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
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;

# Put together AM_CPPFLAGS and AM_LDFLAGS.
include $(top_srcdir)/lib_flags.am
Expand Down
1 change: 0 additions & 1 deletion examples/C/run_filter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ if test "x$srcdir" = x ; then srcdir=`pwd`; fi

echo "*** Running filter example for netCDF-4."

set -x
set -e

echo "*** running test_filter example..."
Expand Down
3 changes: 0 additions & 3 deletions include/nc4internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -462,9 +462,6 @@ extern int nc_get_alignment(int* thresholdp, int* alignmentp);
/**************************************************/
/* Begin to collect global state info in one place (more to do) */

#define PLUGINPATHS gs->pluginpaths
#define ZPLUGINPATHS gs->zarr.pluginpaths

typedef struct NCglobalstate {
int initialized;
char* tempdir; /* track a usable temp dir */
Expand Down
2 changes: 1 addition & 1 deletion libnczarr/zdebug.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#ifndef ZDEBUG_H
#define ZDEBUG_H

#define ZCATCH /* Warning: significant performance impact */
#undef ZCATCH /* Warning: significant performance impact */
#undef ZTRACING /* Warning: significant performance impact */

#undef ZDEBUG /* general debug */
Expand Down
1 change: 0 additions & 1 deletion ncdump/tst_nccopy4.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ isolate "testdir_nccopy4"
THISDIR=`pwd`
cd $ISOPATH

set -x
set -e

# For a netCDF-4 build, test nccopy on netCDF files in this directory
Expand Down
2 changes: 0 additions & 2 deletions nczarr_test/run_nan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ s3isolate "testdir_nan"
THISDIR=`pwd`
cd $ISOPATH

set -x
export SETX=1
set -e

# Location constants
Expand Down
1 change: 0 additions & 1 deletion nczarr_test/run_purezarr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ if test "x$srcdir" = x ; then srcdir=`pwd`; fi

. "${srcdir}/test_nczarr.sh"

set -x
set -e

s3isolate "testdir_purezarr"
Expand Down
1 change: 0 additions & 1 deletion v3_nczarr_test/run_filter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ if test "x$srcdir" = x ; then srcdir=`pwd`; fi

. "${srcdir}/test_nczarr.sh"

set -x
set -e

s3isolate "testdir_filter"
Expand Down
1 change: 0 additions & 1 deletion v3_nczarr_test/run_interop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ if test "x$srcdir" = x ; then srcdir=`pwd`; fi

. "${srcdir}/test_nczarr.sh"

set -x
set -e

metaonly="-h"
Expand Down
1 change: 0 additions & 1 deletion v3_nczarr_test/run_misc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ if test "x$srcdir" = x ; then srcdir=`pwd`; fi

. "${srcdir}/test_nczarr.sh"

set -x
set -e

s3isolate "testdir_misc"
Expand Down
1 change: 0 additions & 1 deletion v3_nczarr_test/run_nan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ s3isolate "testdir_nan"
THISDIR=`pwd`
cd $ISOPATH

set -x
set -e

# Functions
Expand Down
1 change: 0 additions & 1 deletion v3_nczarr_test/run_nczarr_fill.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ s3isolate "testdir_nczarr_fill"
THISDIR=`pwd`
cd $ISOPATH

set -x
set -e

echo "*** Test: Github issues #2063, #2062, #2059"
Expand Down
1 change: 0 additions & 1 deletion v3_nczarr_test/run_nulls.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ if test "x$srcdir" = x ; then srcdir=`pwd`; fi

. "${srcdir}/test_nczarr.sh"

set -x
set -e

s3isolate "testdir_nulls"
Expand Down
1 change: 0 additions & 1 deletion v3_nczarr_test/run_purezarr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ if test "x$srcdir" = x ; then srcdir=`pwd`; fi

. "${srcdir}/test_nczarr.sh"

set -x
set -e

s3isolate "testdir_purezarr"
Expand Down
1 change: 0 additions & 1 deletion v3_nczarr_test/run_strings.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ if test "x$srcdir" = x ; then srcdir=`pwd`; fi

# This shell script tests support for the NC_STRING type

set -x
set -e

s3isolate "testdir_strings"
Expand Down
2 changes: 0 additions & 2 deletions v3_nczarr_test/run_ut_map.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/bin/sh

export SETX=1

if test "x$srcdir" = x ; then srcdir=`pwd`; fi
. ../test_common.sh

Expand Down

0 comments on commit da48193

Please sign in to comment.