Skip to content

Commit

Permalink
fix test_hyrax.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisHeimbigner committed Feb 12, 2025
1 parent 58b4dfb commit ab31b1c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dap4_test/test_hyrax.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
if test "x$srcdir" = "x"; then srcdir=`dirname $0`; fi
export srcdir;


. ../test_common.sh

. ${srcdir}/d4test_common.sh
Expand Down Expand Up @@ -61,7 +62,8 @@ hyraxsplit() {
PREFIX=`dirname $P`
}

if test "x${RESET}" = x1 ; then rm -fr ${BASELINEHY}/*.hyrax ; fi
# Turn on only if regenerating test baseline
#if test "x${RESET}" = x1 ; then rm -fr ${BASELINEHY}/*.hyrax ; fi
for f in $F ; do
hyraxsplit $f
makehyraxurl
Expand Down

0 comments on commit ab31b1c

Please sign in to comment.