mirror of https://github.com/ecmwf/eccodes.git
Windows: re-enable BUFR tests that should now pass
This commit is contained in:
parent
3b88c5edda
commit
86c2f87902
|
@ -153,11 +153,6 @@ status=$?
|
||||||
set -e
|
set -e
|
||||||
[ $status -eq 1 ]
|
[ $status -eq 1 ]
|
||||||
|
|
||||||
if [ $ECCODES_ON_WINDOWS -eq 1 ]; then
|
|
||||||
echo "$0: The rest of this test is currently disabled on Windows"
|
|
||||||
exit 0
|
|
||||||
fi
|
|
||||||
|
|
||||||
#----------------------------------------------------
|
#----------------------------------------------------
|
||||||
# ECC-656: using relative comparison (-R) with 'all'
|
# ECC-656: using relative comparison (-R) with 'all'
|
||||||
#----------------------------------------------------
|
#----------------------------------------------------
|
||||||
|
|
|
@ -16,11 +16,6 @@ cd ${data_dir}/bufr
|
||||||
#Define a common label for all the tmp files
|
#Define a common label for all the tmp files
|
||||||
label="bufr_dump_encode_filter_test"
|
label="bufr_dump_encode_filter_test"
|
||||||
|
|
||||||
if [ $ECCODES_ON_WINDOWS -eq 1 ]; then
|
|
||||||
echo "$0: This test is currently disabled on Windows"
|
|
||||||
exit 0
|
|
||||||
fi
|
|
||||||
|
|
||||||
#Create log file
|
#Create log file
|
||||||
fLog=${label}".log"
|
fLog=${label}".log"
|
||||||
rm -f $fLog
|
rm -f $fLog
|
||||||
|
|
|
@ -20,12 +20,6 @@ tempOut=temp.${label}.txt
|
||||||
tempRef=temp.${label}.ref
|
tempRef=temp.${label}.ref
|
||||||
tempBufr=temp.${label}.bufr
|
tempBufr=temp.${label}.bufr
|
||||||
|
|
||||||
if [ $ECCODES_ON_WINDOWS -eq 1 ]; then
|
|
||||||
echo "$0: This test is currently disabled on Windows"
|
|
||||||
exit 0
|
|
||||||
fi
|
|
||||||
|
|
||||||
|
|
||||||
input=${data_dir}/bufr/israel_observations_2017041010.bufr
|
input=${data_dir}/bufr/israel_observations_2017041010.bufr
|
||||||
|
|
||||||
cat > $tempRules <<EOF
|
cat > $tempRules <<EOF
|
||||||
|
|
|
@ -418,11 +418,6 @@ rm -f ${f}.ref ${f}.log
|
||||||
#rm -f new_*bufr
|
#rm -f new_*bufr
|
||||||
#rm -f $testScript $testScript1
|
#rm -f $testScript $testScript1
|
||||||
|
|
||||||
if [ $ECCODES_ON_WINDOWS -eq 1 ]; then
|
|
||||||
echo "$0: The rest of this test is currently disabled on Windows"
|
|
||||||
exit 0
|
|
||||||
fi
|
|
||||||
|
|
||||||
|
|
||||||
#-----------------------------------------------------------
|
#-----------------------------------------------------------
|
||||||
# Test: packing
|
# Test: packing
|
||||||
|
|
Loading…
Reference in New Issue