mirror of https://github.com/ecmwf/eccodes.git
Testing: Windows broken tests
This commit is contained in:
parent
9c656f5819
commit
90f41b132a
|
@ -12,6 +12,11 @@
|
|||
|
||||
label="codes_assert_test"
|
||||
|
||||
if [ $ECCODES_ON_WINDOWS -eq 1 ]; then
|
||||
echo "$0: This test is currently disabled on Windows"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
tempOut=temp.$label.txt
|
||||
sample_grib2=$ECCODES_SAMPLES_PATH/GRIB2.tmpl
|
||||
|
||||
|
|
|
@ -12,6 +12,11 @@
|
|||
|
||||
label="codes_ecc-1929_test"
|
||||
|
||||
if [ $ECCODES_ON_WINDOWS -eq 1 ]; then
|
||||
echo "$0: This test is currently disabled on Windows"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
tempOut=temp.$label.txt
|
||||
sample_grib2=$ECCODES_SAMPLES_PATH/GRIB2.tmpl
|
||||
|
||||
|
|
Loading…
Reference in New Issue