mirror of https://github.com/ecmwf/eccodes.git
fixed test failure
This commit is contained in:
parent
2cf7874e12
commit
a3032ba7fe
|
@ -379,3 +379,4 @@ new_temp_106.bufr.ref
|
|||
new_tmr7_129.bufr.ref
|
||||
new_tros_31.bufr.ref
|
||||
new_wavb_134.bufr.ref
|
||||
set_unexpandedDescriptors.filter
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
# virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
|
||||
#
|
||||
|
||||
set -x
|
||||
. ./include.sh
|
||||
|
||||
cd ${data_dir}/bufr
|
||||
|
@ -696,7 +697,7 @@ rm -f ${f}.out
|
|||
#-----------------------------------------------------------
|
||||
# Test: set unexpandedDescriptors big test
|
||||
#-----------------------------------------------------------
|
||||
fRulesReady="${test_dir}/set_unexpandedDescriptors.filter"
|
||||
fRulesReady="set_unexpandedDescriptors.filter"
|
||||
f="syno_1.bufr"
|
||||
testScript="set_unexpandedDescriptors_test.sh"
|
||||
echo "Test: set unexpandedDescriptors big test" >> $fLog
|
||||
|
|
Loading…
Reference in New Issue