mirror of https://github.com/ecmwf/eccodes.git
Testing: BUFR keys iterator for synop
This commit is contained in:
parent
0f3b304a3e
commit
ed1f5bce4c
|
@ -17,7 +17,7 @@ tempRef=temp.bufr_keys_iter.$$.ref
|
|||
# -------------------------------------------
|
||||
input=${data_dir}/bufr/syno_multi.bufr
|
||||
$EXEC ${test_dir}/bufr_keys_iter -a $input > $tempOut
|
||||
grep -q 'ident=' $tempOut
|
||||
grep -q '^ident$' $tempOut
|
||||
|
||||
|
||||
# Test: check full output
|
||||
|
|
Loading…
Reference in New Issue