Skip to content

Commit

Permalink
ECC-1755: Test issues (try 01)
Browse files Browse the repository at this point in the history
  • Loading branch information
shahramn committed Jun 17, 2024
1 parent 13c2b40 commit ad0072c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/grib_to_netcdf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,9 @@ ${tools_dir}/grib_filter -o $tempGrib2 $tempFilter $tempGrib
${tools_dir}/grib_to_netcdf -o $tempNetcdf $tempGrib2
if test "x$NC_DUMPER" != "x"; then
${NC_DUMPER} -t -v time $tempNetcdf > $tempText
cat $tempText
grep -q 'time:units = "minutes since 1900-01-01 00:00:00.0" ;' $tempText
grep -q 'time = "2008-02-06 12", "2008-02-06 12:15", "2008-02-06 12:30" ;' $tempText
grep -q 'time = "2008-02-06 12", "2008-02-06 12:15", "2008-02-06 12:30"' $tempText
fi

# Seconds:
Expand Down

0 comments on commit ad0072c

Please sign in to comment.