Skip to content

Commit

Permalink
add missing set -e to jpeg tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AlysonStahl-NOAA committed Oct 2, 2024
1 parent cb9fcf7 commit 0c9c0e5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/run_jpeg_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
#
# Alyson Stahl 7/26/2024

set -e
echo ""
echo "*** Running wgrib2 jpeg tests"

echo "*** Converting from jpeg to simple packing"
../wgrib2/wgrib2 data/gdaswave.t00z.wcoast.0p16.f000.grib2 -set_grib_type simple -grib_out jpeg2simple.grb
../wgrib2/wgrib2 jpeg2simple.grb -v2 -s > jpeg2simple.txt
Expand Down

0 comments on commit 0c9c0e5

Please sign in to comment.