mirror of https://github.com/ecmwf/eccodes.git
Testing: bufr_compare options
This commit is contained in:
parent
b601b758aa
commit
d1359b61f4
|
@ -351,7 +351,8 @@ set -e
|
|||
[ $status -ne 0 ]
|
||||
grep -q "unreadable message" $fLog
|
||||
|
||||
###???
|
||||
# Options
|
||||
# ----------
|
||||
f1="aaen_55.bufr"
|
||||
f2="aaen_55.bufr"
|
||||
set +e
|
||||
|
@ -368,7 +369,6 @@ set -e
|
|||
[ $status -ne 0 ]
|
||||
grep -q "a option requires -c option" $fLog
|
||||
|
||||
|
||||
set +e
|
||||
${tools_dir}/bufr_compare nosuchfile $f1 > $fLog 2>&1
|
||||
status=$?
|
||||
|
|
Loading…
Reference in New Issue