Testing: Fix for Windows

This commit is contained in:
Shahram Najm 2024-01-07 14:10:33 +00:00
parent b5470b2297
commit 5eb9379428
1 changed files with 5 additions and 0 deletions

View File

@ -12,6 +12,11 @@
label="hdf5_test"
if [ $ECCODES_ON_WINDOWS -eq 1 ]; then
echo "$0: This test is currently disabled on Windows"
exit 0
fi
tempOut=temp.${label}.out
tempTxt=temp.${label}.txt
tempRef=temp.${label}.ref