Testing: Fix run with valgrind

This commit is contained in:
Shahram Najm 2023-06-29 12:45:41 +01:00
parent cf5b4c7756
commit eaa03277f1
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ sample_g2="$ECCODES_SAMPLES_PATH/GRIB2.tmpl"
files="$sample_g1 $sample_g2"
for file in $files; do
# Since we're not including the data section, the packingType key must not appear
$EXEC ${tools_dir}/grib_ls -j -M -x $sample_g1 > $tempLog
${tools_dir}/grib_ls -j -M -x $sample_g1 > $tempLog
set +e
grep -q "packingType" $tempLog
status=$?