mirror of https://github.com/ecmwf/eccodes.git
Testing: comments
This commit is contained in:
parent
49ae510df2
commit
be695126cb
|
@ -35,8 +35,6 @@ cat > $tempFilt <<EOF
|
||||||
set unpack=1;
|
set unpack=1;
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
# bufr_filter has a small leak to do with parsing and action files not related to BUFR decoding,
|
|
||||||
# So instead we use bufr_ls to do the unpacking
|
|
||||||
for bf in $files; do
|
for bf in $files; do
|
||||||
valgrind $VALGRIND_OPTIONS ${tools_dir}/codes_bufr_filter $tempFilt ${data_dir}/bufr/$bf >/dev/null
|
valgrind $VALGRIND_OPTIONS ${tools_dir}/codes_bufr_filter $tempFilt ${data_dir}/bufr/$bf >/dev/null
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in New Issue