Skip to content

Commit

Permalink
Merge pull request #257 from AlysonStahl-NOAA/as_tests
Browse files Browse the repository at this point in the history
add missing set -e to jpeg tests
  • Loading branch information
AlysonStahl-NOAA authored Oct 3, 2024
2 parents cb9fcf7 + 0c9c0e5 commit 57804e5
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 57804e5

Please sign in to comment.