From c1fcbf6fb6b839c80593c1b0b286cd77da507b6d Mon Sep 17 00:00:00 2001 From: Shahram Najm Date: Mon, 17 Jun 2024 18:20:10 +0000 Subject: [PATCH] ECC-1755: Test issues (try 05) --- tests/grib_to_netcdf.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/grib_to_netcdf.sh b/tests/grib_to_netcdf.sh index 87d695b87..b4ec08deb 100755 --- a/tests/grib_to_netcdf.sh +++ b/tests/grib_to_netcdf.sh @@ -80,7 +80,9 @@ 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 + grep -q 'time = "2008-02-06 12' $tempText + grep -q '"2008-02-06 12:00:15' $tempText + grep -q '"2008-02-06 12:00:30' $tempText fi # The operation should fail because the time value exceeded the maximum limit of 2,147,483,647.