Skip to content

Commit

Permalink
x1
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisHeimbigner committed Sep 25, 2024
1 parent f24102e commit 29d8774
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions unit_test/run_pluginpaths.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
# Test the programmatic API for manipulating the plugin paths.
# This script is still full of cruft that needs to be removed

export SETX=1
set -x

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


set -x

IMPLS=
if test "x$FEATURE_HDF5" = xyes ; then IMPLS="$IMPLS hdf5"; fi
if test "x$FEATURE_NCZARR" = xyes ; then IMPLS="$IMPLS nczarr"; fi
Expand Down

0 comments on commit 29d8774

Please sign in to comment.