Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisHeimbigner committed Apr 14, 2024
1 parent 775cb1e commit d9e8b23
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions v3_nczarr_test/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -223,14 +223,12 @@ TESTDATA_NCZARR = ref_nulls_nczarr.baseline ref_zarr_test_data.cdl.gz ref_avail1
BUILT_SOURCES += ${TESTFILES_NCZARR} ${TESTDATA_NCZARR}

${TESTFILES_NCZARR}:
for u in ${TESTFILES_NCZARR} ; do \
set -x ; for u in ${TESTFILES_NCZARR} ; do \
SRCPATH="${top_srcdir}/nczarr_test/$$u"; DSTPATH="${top_srcdir}/v3_nczarr_test/$$u"; \
rm -f $$DSTPATH ; \
cat $$SRCPATH >> $$DSTPATH ; \
chmod a+x $$DSTPATH ; \
done
PD=`pwd`; echo "@@@ PWD=${PWD}"
ls -1 *.sh

${TESTDATA_NCZARR}:
for u in ${TESTDATA_NCZARR} ; do \
Expand Down

0 comments on commit d9e8b23

Please sign in to comment.