[SCM] PostGIS branch master updated. 3.6.0rc2-326-g875ba8eb1

git at osgeo.org git at osgeo.org
Tue Feb 3 01:33:12 PST 2026


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  875ba8eb1c2782c80ae157e3490790d87470d447 (commit)
      from  7c7ab9cd551a8edd438ce63b21dffd48351e4c02 (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 875ba8eb1c2782c80ae157e3490790d87470d447
Author: Sandro Santilli <strk at kbt.io>
Date:   Tue Feb 3 10:32:47 2026 +0100

    Allow passing build-dir as relative path

diff --git a/regress/run_test.pl b/regress/run_test.pl
index cac4b2e00..bf7386bbe 100755
--- a/regress/run_test.pl
+++ b/regress/run_test.pl
@@ -166,6 +166,8 @@ if ( "${TOP_BUILDDIR}" eq "" )
         }
     }
 }
+# Make sure TOP_BUILDDIR is absolute
+$TOP_BUILDDIR=abs_path("${TOP_BUILDDIR}");
 
 # Prepend scripts' build dirs to path
 # TODO: make this conditional ?

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

Summary of changes:
 regress/run_test.pl | 2 ++
 1 file changed, 2 insertions(+)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list