mirror of https://github.com/ecmwf/eccodes.git
Testing: bufr_ls with -s
This commit is contained in:
parent
d86682e55a
commit
9271a60777
|
@ -57,5 +57,13 @@ cat $fTmp
|
|||
grep -q "Passed array is too small" $fTmp
|
||||
|
||||
|
||||
# ------------------------
|
||||
# Test setting header key
|
||||
# ------------------------
|
||||
${tools_dir}/bufr_ls -s satelliteID=313 -p satelliteID aaen_55.bufr > $fTmp
|
||||
grep -q "313" $fTmp
|
||||
|
||||
|
||||
# Clean up
|
||||
rm -f $fLog $res_ls
|
||||
rm -f $fTmp
|
||||
|
|
Loading…
Reference in New Issue