Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Mar 29, 2024
1 parent 8c8440c commit 6bc30ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/run_wgrib2_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ ls -l ../wgrib2

# Run an inventory on a test file. This does not work.
#echo "*** testing inventory of gdaswave.t00z.wcoast.0p16.f000.grib2..."
#./wgrib2 -inv ../tests/data/gdaswave.t00z.wcoast.0p16.f000.grib2
./wgrib2 ../tests/data/gdaswave.t00z.wcoast.0p16.f000.grib2 > tmp.txt
cat tmp.txt

echo "*** SUCCESS!"
exit 0

0 comments on commit 6bc30ab

Please sign in to comment.