mirror of https://github.com/ecmwf/eccodes.git
Testing: Fix broken test
This commit is contained in:
parent
a76e0f57d3
commit
906a395cc5
|
@ -14,7 +14,9 @@ label="grib_list_keys_test"
|
|||
tempOut=temp.$label.txt
|
||||
|
||||
if [ -d "$ECCODES_DEFINITION_PATH" ]; then
|
||||
${tools_dir}/grib_list_keys $ECCODES_DEFINITION_PATH/boot.def
|
||||
if [ -x "${tools_dir}/grib_list_keys" ]; then
|
||||
${tools_dir}/grib_list_keys $ECCODES_DEFINITION_PATH/boot.def
|
||||
fi
|
||||
fi
|
||||
|
||||
# Clean up
|
||||
|
|
Loading…
Reference in New Issue