[postgis-tickets] [SCM] PostGIS branch stable-3.1 updated. 3.1.0-4-ge53c411

git at osgeo.org git at osgeo.org
Mon Dec 21 17:43:19 PST 2020


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, stable-3.1 has been updated
       via  e53c41137cebb6f71a49beaa35baf1ccb0644834 (commit)
      from  b4f9db9f722d2403107361a7e201be1319edb62b (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 e53c41137cebb6f71a49beaa35baf1ccb0644834
Author: Regina Obe <lr at pcorp.us>
Date:   Mon Dec 21 20:43:14 2020 -0500

    Put back voronoi garden tests and add make garden to berrie64 arsenal of tests

diff --git a/ci/berrie64/postgis_regress.sh b/ci/berrie64/postgis_regress.sh
index ed9dc36..a176389 100644
--- a/ci/berrie64/postgis_regress.sh
+++ b/ci/berrie64/postgis_regress.sh
@@ -27,6 +27,9 @@ make install
 make check RUNTESTFLAGS="-v --extension"
 err_status=$?
 
+make garden
+err_status=$?
+
 if [ -d $PGDATA/postmaster.pid ] ; then
 	$PGCTL stop -D $PGDATA -s -m fast
 fi
diff --git a/doc/xsl/postgis_gardentest.sql.xsl b/doc/xsl/postgis_gardentest.sql.xsl
index 00eac6a..c8629eb 100644
--- a/doc/xsl/postgis_gardentest.sql.xsl
+++ b/doc/xsl/postgis_gardentest.sql.xsl
@@ -10,7 +10,7 @@
 	<xsl:output method="text" />
 	<xsl:variable name='testversion'>3.1.0</xsl:variable>
 	<xsl:variable name='fnexclude14'>AddGeometryColumn DropGeometryColumn DropGeometryTable</xsl:variable>
-	<xsl:variable name='fnexclude'>AddGeometryColumn DropGeometryColumn DropGeometryTable ST_VoronoiLines ST_VoronoiPolygons</xsl:variable>
+	<xsl:variable name='fnexclude'>AddGeometryColumn DropGeometryColumn DropGeometryTable</xsl:variable>
 	<!--This is just a place holder to state functions not supported or tested separately -->
 
 	<xsl:variable name='var_srid'>3395</xsl:variable>

-----------------------------------------------------------------------

Summary of changes:
 ci/berrie64/postgis_regress.sh     | 3 +++
 doc/xsl/postgis_gardentest.sql.xsl | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list