[SCM] PostGIS branch master updated. 3.6.0beta1-50-g189b226bd

git at osgeo.org git at osgeo.org
Mon Aug 18 01:10:49 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  189b226bdbc55c8147cc77620ac44a0aa4d8d055 (commit)
      from  6fd251315b8c90c10cd9f56c540de6a460773207 (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 189b226bdbc55c8147cc77620ac44a0aa4d8d055
Author: Regina Obe <lr at pcorp.us>
Date:   Mon Aug 18 04:03:04 2025 -0400

     Fix check_tests_enabled.sh for out of tree builds
    
         - should be checking raster/test/regress/tests.mk.in instead of tests.mi
    
     Closes #5963 for PostGIS 3.6.0

diff --git a/utils/check_tests_enabled.sh b/utils/check_tests_enabled.sh
index 3b3d3e298..7aa26bcec 100755
--- a/utils/check_tests_enabled.sh
+++ b/utils/check_tests_enabled.sh
@@ -84,7 +84,7 @@ check_enabled sfcgal/regress/tests.mk.in
 err=$(($err+$?))
 check_enabled regress/core/tests.mk.in
 err=$(($err+$?))
-check_enabled raster/test/regress/tests.mk
+check_enabled raster/test/regress/tests.mk.in
 err=$(($err+$?))
 
 exit $err

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

Summary of changes:
 utils/check_tests_enabled.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list