Skip to content

Commit

Permalink
Merge pull request #233 from NOAA-EMC/ejh_degrib2_test
Browse files Browse the repository at this point in the history
added test for degrib2 - test that a single argument is required
  • Loading branch information
edwardhartnett authored Jun 28, 2023
2 parents ce98a15 + bd641c6 commit 4231d5a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/run_degrib2_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@

set -e
echo ""
echo "*** Running degrib2 test"
echo "*** Running degrib2 tests"

# Confirm that degrib2 fails without any arguments.
degrib2 && exit 1

# Degrib2 a GRIB2 file.
../src/degrib2/degrib2 data/ref_gdaswave.t00z.wcoast.0p16.f000.grib2 &> test_gdaswave.degrib2.txt
Expand Down

0 comments on commit 4231d5a

Please sign in to comment.