Skip to content

Commit

Permalink
win2
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisHeimbigner committed Sep 27, 2024
1 parent 1923f3b commit 437abbc
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions unit_test/run_pluginpaths.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@ echo "IMPLS=|$IMPLS|"

# Bash under windows/mingw has bad habit of translating '/' to '\\'
# for command line arguments
DFALT="\/zero;\/one;\/two;\/three;\/four"
DFALTSET="\/zero;\/one;\/mod;\/two;\/three;\/four"
DFALTHDF5="\/zero;\/one;\/two;\/hdf5;\/three;\/four"
DFALTNCZARR="\/zero;\/one;\/two;\/nczarr;three;\/four;\/five"
export MSYS_NO_PATHCONV=1

DFALT="/zero;/one;/two;/three;/four"
DFALTSET="/zero;/one;/mod;/two;/three;/four"
DFALTHDF5="/zero;/one;/two;/hdf5;/three;/four"
DFALTNCZARR="/zero;/one;/two;/nczarr;three;/four;/five"

if test "x$TESTNCZARR" = x1 ; then
. "$srcdir/test_nczarr.sh"
Expand Down Expand Up @@ -51,8 +53,8 @@ modfor() {
local formatx="$1"
local dfalt="$2"
case "$formatx" in
hdf5) mod="${dfalt};\/modhdf5" ;;
nczarr) mod="\/modnczarr;${dfalt}" ;;
hdf5) mod="${dfalt};/modhdf5" ;;
nczarr) mod="/modnczarr;${dfalt}" ;;
all) mode="${dfalt}" ;;
esac
}
Expand Down

0 comments on commit 437abbc

Please sign in to comment.