Skip to content

Commit

Permalink
Testing: Exclude taf and metar (not fully supported)
Browse files Browse the repository at this point in the history
  • Loading branch information
shahramn committed Apr 26, 2024
1 parent 968fb46 commit 9fa22f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/definitions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ tempOut=temp.$label.txt

[ -z "$ECCODES_DEFINITION_PATH" ] || ECCODES_DEFINITION_PATH=`${tools_dir}/codes_info -d`

for file in `find ${ECCODES_DEFINITION_PATH}/ -name '*.def' -print | grep -v grib3/`
for file in `find ${ECCODES_DEFINITION_PATH}/ -name '*.def' -print | grep -v grib3/ | grep -v metar/ | grep -v taf/`
do
${tools_dir}/codes_parser $file > $REDIRECT
done
Expand Down

0 comments on commit 9fa22f7

Please sign in to comment.