mirror of https://github.com/ecmwf/eccodes.git
Rename test
This commit is contained in:
parent
798014d127
commit
44988df274
|
@ -49,7 +49,7 @@ list( APPEND tests_no_data_reqd
|
|||
grib_calendar
|
||||
unit_tests
|
||||
md5
|
||||
uerra
|
||||
grib_uerra
|
||||
grib_2nd_order_numValues
|
||||
julian
|
||||
bufr_dump_samples
|
||||
|
|
|
@ -51,7 +51,7 @@ TESTS = definitions.sh \
|
|||
julian.sh \
|
||||
grib_statistics.sh \
|
||||
tigge.sh \
|
||||
uerra.sh \
|
||||
grib_uerra.sh \
|
||||
tigge_conversions.sh \
|
||||
read_any.sh \
|
||||
grib_padding.sh \
|
||||
|
|
|
@ -12,12 +12,11 @@
|
|||
|
||||
REDIRECT=/dev/null
|
||||
|
||||
#set -eax
|
||||
grib2_sample=$ECCODES_SAMPLES_PATH/GRIB2.tmpl
|
||||
this_test=ecCodes-uerra
|
||||
tempSample=tempSample.${this_test}.grib2
|
||||
temp1=temp1.${this_test}.grib2
|
||||
temp2=temp2.${this_test}.grib2
|
||||
label=grib_uerra_test
|
||||
tempSample=tempSample.${label}.grib2
|
||||
temp1=temp1.${label}.grib2
|
||||
temp2=temp2.${label}.grib2
|
||||
|
||||
test_stream_and_type()
|
||||
{
|
Loading…
Reference in New Issue