Skip to content

Commit

Permalink
Testing: JasPer issues
Browse files Browse the repository at this point in the history
  • Loading branch information
shahramn committed Feb 24, 2023
1 parent a5d0e3f commit dadd1d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/grib_threads_ecc-604.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ GRIB2_INPUTS="
${data_dir}/test_file.grib2
${data_dir}/sample.grib2"

if [ $HAVE_JPEG -eq 1 ]; then
# There is a problem with multi-threading and Jasper versions > 2
if [ $HAVE_JPEG -eq 1 -a $HAVE_LIBJASPER -eq 0 ]; then
echo "Adding extra files (HAVE_JPEG=1)"
GRIB2_INPUTS="${data_dir}/jpeg.grib2 ${data_dir}/reduced_gaussian_surface_jpeg.grib2 "$GRIB2_INPUTS
fi
Expand Down

0 comments on commit dadd1d8

Please sign in to comment.