Windows: re-enable BUFR tests that should now pass

This commit is contained in:
Shahram Najm 2019-12-23 14:32:47 +00:00
parent 3b88c5edda
commit 86c2f87902
4 changed files with 0 additions and 21 deletions

View File

@ -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'
#---------------------------------------------------- #----------------------------------------------------

View File

@ -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

View File

@ -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

View File

@ -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