mirror of https://github.com/ecmwf/eccodes.git
Testing: Remove unused variable
This commit is contained in:
parent
c592821a89
commit
0f647bdb99
|
@ -25,7 +25,6 @@ fi
|
|||
# Test downloaded data files
|
||||
#==============================================
|
||||
bufr_files=`cat ${data_dir}/bufr/bufr_data_files.txt`
|
||||
REDIRECT=/dev/null
|
||||
|
||||
for file in ${bufr_files}; do
|
||||
${tools_dir}/bufr_dump -O ${data_dir}/bufr/$file >/dev/null
|
||||
|
|
|
@ -9,10 +9,8 @@
|
|||
#
|
||||
|
||||
. ./include.ctest.sh
|
||||
set -u
|
||||
REDIRECT=/dev/null
|
||||
label="bufr_ecc-1259_test"
|
||||
|
||||
label="bufr_ecc-1259_test"
|
||||
tempBufr=temp.$label.bufr
|
||||
tempFilt=temp.$label.filt
|
||||
tempOut=temp.$label.out
|
||||
|
|
|
@ -9,8 +9,7 @@
|
|||
#
|
||||
|
||||
. ./include.ctest.sh
|
||||
set -u
|
||||
REDIRECT=/dev/null
|
||||
|
||||
label="bufr_ecc-1290_test"
|
||||
temp=temp.$label
|
||||
tempRules=temp.${label}.filter
|
||||
|
|
|
@ -9,9 +9,7 @@
|
|||
#
|
||||
|
||||
. ./include.ctest.sh
|
||||
set -u
|
||||
|
||||
REDIRECT=/dev/null
|
||||
label="bufr_ecc-1304_test"
|
||||
|
||||
tempBufr=temp.$label.bufr
|
||||
|
|
|
@ -9,8 +9,7 @@
|
|||
#
|
||||
|
||||
. ./include.ctest.sh
|
||||
set -u
|
||||
REDIRECT=/dev/null
|
||||
|
||||
label="bufr_ecc-1305_test"
|
||||
temp=temp.$label
|
||||
|
||||
|
|
|
@ -9,8 +9,6 @@
|
|||
#
|
||||
. ./include.ctest.sh
|
||||
|
||||
REDIRECT=/dev/null
|
||||
|
||||
label="grib2to3_test"
|
||||
temp=temp.$label.grib3
|
||||
sample_g2=$ECCODES_SAMPLES_PATH/GRIB2.tmpl
|
||||
|
|
|
@ -9,8 +9,6 @@
|
|||
#
|
||||
. ./include.ctest.sh
|
||||
|
||||
REDIRECT=/dev/null
|
||||
|
||||
label="grib3_templates_test"
|
||||
temp1=temp1.$label.grib3
|
||||
temp2=temp2.$label.grib3
|
||||
|
|
|
@ -12,8 +12,6 @@
|
|||
label="grib_dump_debug_test"
|
||||
temp=temp.$label.txt
|
||||
|
||||
REDIRECT=/dev/null
|
||||
|
||||
if [ $HAVE_MEMFS -eq 1 ]; then
|
||||
unset ECCODES_DEFINITION_PATH
|
||||
unset ECCODES_SAMPLES_PATH
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
|
||||
. ./include.ctest.sh
|
||||
|
||||
REDIRECT=/dev/null
|
||||
label="prod_ECC-1230_test"
|
||||
temp1=temp1.$label
|
||||
temp2=temp2.$label
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
|
||||
. ./include.ctest.sh
|
||||
|
||||
REDIRECT=/dev/null
|
||||
label="grib_ecc-1260_test"
|
||||
tempGrib=temp.$label.grib
|
||||
tempRef=temp.$label.ref
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
|
||||
. ./include.ctest.sh
|
||||
|
||||
REDIRECT=/dev/null
|
||||
label="grib_ecc-1313_test"
|
||||
tempOut=temp.$label.text
|
||||
tempRef=temp.$label.ref
|
||||
|
|
|
@ -9,8 +9,7 @@
|
|||
#
|
||||
|
||||
. ./include.ctest.sh
|
||||
set -u
|
||||
REDIRECT=/dev/null
|
||||
|
||||
label="grib_ecc-1322_test"
|
||||
|
||||
tempGrb=temp.$label.grib
|
||||
|
|
|
@ -9,8 +9,7 @@
|
|||
#
|
||||
|
||||
. ./include.ctest.sh
|
||||
set -u
|
||||
REDIRECT=/dev/null
|
||||
|
||||
label="grib_ecc-1406_test"
|
||||
|
||||
tempGrib=temp.$label.grib
|
||||
|
|
|
@ -10,8 +10,6 @@
|
|||
|
||||
. ./include.ctest.sh
|
||||
|
||||
REDIRECT=/dev/null
|
||||
|
||||
label="grib_ecc-1560_test"
|
||||
temp_PDTN08_Grib=temp.$label.PDTN08.grib
|
||||
temp_PDTN11_Grib=temp.$label.PDTN11.grib
|
||||
|
|
|
@ -15,7 +15,6 @@
|
|||
# grib_get_data should fail on incorrectly coded grid
|
||||
# ---------------------------------------------------------
|
||||
|
||||
REDIRECT=/dev/null
|
||||
label="grib_ecc-922_test"
|
||||
temp=temp.$label
|
||||
sample_grib2=$ECCODES_SAMPLES_PATH/GRIB2.tmpl
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
|
||||
. ./include.ctest.sh
|
||||
|
||||
REDIRECT=/dev/null
|
||||
label="grib_neg_fctime_test"
|
||||
temp=temp.$label.grib
|
||||
input=${data_dir}/sample.grib2
|
||||
|
|
|
@ -10,8 +10,6 @@
|
|||
|
||||
. ./include.ctest.sh
|
||||
|
||||
REDIRECT=/dev/null
|
||||
|
||||
label="grib_octahedral_test"
|
||||
temp=temp.$label.txt
|
||||
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
|
||||
. ./include.ctest.sh
|
||||
|
||||
REDIRECT=/dev/null
|
||||
label="grib_packing_order_test"
|
||||
temp=${label}".grib.tmp"
|
||||
temp_simple1=${label}".simple1.tmp"
|
||||
|
|
Loading…
Reference in New Issue