Skip to content

Commit

Permalink
ECC-1755: Test issues (try 03)
Browse files Browse the repository at this point in the history
  • Loading branch information
shahramn committed Jun 17, 2024
1 parent 36b2e1a commit d7bff50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/grib_to_netcdf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ ${tools_dir}/grib_filter -o $tempGrib2 $tempFilter $tempGrib
${tools_dir}/grib_to_netcdf -R 20080206 -o $tempNetcdf $tempGrib2
if test "x$NC_DUMPER" != "x"; then
${NC_DUMPER} -t -v time $tempNetcdf > $tempText
cat $tempText
grep -q 'time:units = "seconds since 2008-02-06 00:00:00.0" ;' $tempText
grep -q 'time = "2008-02-06 12", "2008-02-06 12:00:15", "2008-02-06 12:00:30"' $tempText
fi
Expand Down

0 comments on commit d7bff50

Please sign in to comment.