[postgis-tickets] [SCM] PostGIS branch stable-2.4 updated. 2.4.9-19-g44c9f2fcd

git at osgeo.org git at osgeo.org
Sat Apr 23 23:28:04 PDT 2022


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-2.4 has been updated
       via  44c9f2fcd368b33891533c07fc3163e0ffc9ecb0 (commit)
      from  6aca3a09ae788f37195e66adac244378785f34a8 (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 44c9f2fcd368b33891533c07fc3163e0ffc9ecb0
Author: Regina Obe <lr at pcorp.us>
Date:   Sun Apr 24 02:27:59 2022 -0400

    try 6?

diff --git a/topology/test/Makefile.in b/topology/test/Makefile.in
index 7f6fb5a09..26669818d 100644
--- a/topology/test/Makefile.in
+++ b/topology/test/Makefile.in
@@ -75,14 +75,13 @@ TESTS = regress/legacy_validate.sql regress/legacy_predicate.sql \
 TESTS_EXPECTED = $(TESTS:.sql=_expected)
 
 regress/topogeo_addlinestring_expected: Makefile
-	ifeq ($(shell expr $(GEOS_NUMERIC_VERSION) ">" 30308),1)
+ifeq ($(shell expr $(GEOS_NUMERIC_VERSION) ">" 30700),1)
+	cp regress/topogeo_addlinestring_expected_newsnap2 regress/topogeo_addlinestring_expected
+else ifeq ($(shell expr $(GEOS_NUMERIC_VERSION) ">" 30308),1)
 	cp regress/topogeo_addlinestring_expected_newsnap regress/topogeo_addlinestring_expected
-	else
+else
 	cp regress/topogeo_addlinestring_expected_oldsnap regress/topogeo_addlinestring_expected
-	endif
-	ifeq ($(shell expr $(GEOS_NUMERIC_VERSION) ">" 30700),1)
-	cp regress/topogeo_addlinestring_expected_newsnap2 regress/topogeo_addlinestring_expected
-	endif
+endif
 
 check: topo_predicates.sql load_topology.sql load_topology-4326.sql $(TESTS) $(TESTS_EXPECTED)
 	$(MAKE) -C ../../regress staged-install

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

Summary of changes:
 topology/test/Makefile.in | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list