mirror of https://github.com/ecmwf/eccodes.git
Testing: exclude grib3 from keys list
This commit is contained in:
parent
0b803b314e
commit
a456c11c74
|
@ -17,7 +17,7 @@ TEMP=temp.list_codetable_flagtable_keys.txt
|
||||||
|
|
||||||
touch $TEMP
|
touch $TEMP
|
||||||
echo "Go through all files in $ECCODES_DEFINITION_PATH ..."
|
echo "Go through all files in $ECCODES_DEFINITION_PATH ..."
|
||||||
for file in `find $ECCODES_DEFINITION_PATH/ -name '*.def' -print`; do
|
for file in `find $ECCODES_DEFINITION_PATH/ -name '*.def' -print | grep -v grib3/`; do
|
||||||
${test_dir}/list_codetable_flagtable_keys $file >> $TEMP
|
${test_dir}/list_codetable_flagtable_keys $file >> $TEMP
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue