mirror of https://github.com/ecmwf/eccodes.git
Testing: Fix for Windows
This commit is contained in:
parent
b5470b2297
commit
5eb9379428
|
@ -12,6 +12,11 @@
|
||||||
|
|
||||||
label="hdf5_test"
|
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
|
tempOut=temp.${label}.out
|
||||||
tempTxt=temp.${label}.txt
|
tempTxt=temp.${label}.txt
|
||||||
tempRef=temp.${label}.ref
|
tempRef=temp.${label}.ref
|
||||||
|
|
Loading…
Reference in New Issue