[SCM] PostGIS branch master updated. 3.5.0-281-g5fce1e189
git at osgeo.org
git at osgeo.org
Tue Apr 22 10:06:51 PDT 2025
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".
The branch, master has been updated
via 5fce1e18937683b49c282d15b64e35b6791eae07 (commit)
from 3a6b14ab88ce8e9c733a5d300ba1e0cb9dc875f6 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 5fce1e18937683b49c282d15b64e35b6791eae07
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Tue Apr 22 10:06:47 2025 -0700
Quiet raster cunit test noise
diff --git a/raster/test/cunit/cu_raster_geometry.c b/raster/test/cunit/cu_raster_geometry.c
index 7118d90e8..162e44789 100644
--- a/raster/test/cunit/cu_raster_geometry.c
+++ b/raster/test/cunit/cu_raster_geometry.c
@@ -633,7 +633,7 @@ static void test_raster_get_pixel_bilinear() {
);
CU_ASSERT_EQUAL(err, ES_NONE);
- printf("xw = %g, yw = %g, value = %g, nodata = %d\n", xr, yr, value, nodata);
+ // printf("xw = %g, yw = %g, value = %g, nodata = %d\n", xr, yr, value, nodata);
}
-----------------------------------------------------------------------
Summary of changes:
raster/test/cunit/cu_raster_geometry.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list