Skip to content

Commit

Permalink
Testing: Make sure script points to source dir (related to SD-96876)
Browse files Browse the repository at this point in the history
  • Loading branch information
shahramn committed Sep 3, 2024
1 parent b48102f commit d64137d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/grib_check_param_concepts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ fi

check_grib_defs()
{
CHECK_DEFS=$ECCODES_DEFINITION_PATH/check_grib_defs.pl
CHECK_DEFS=$proj_dir/definitions/check_grib_defs.pl
if [ -x "$CHECK_DEFS" ]; then
# Now check the name.def, paramId.def, shortName.def... files
# in the current directory
Expand Down

0 comments on commit d64137d

Please sign in to comment.