[postgis-tickets] [SCM] PostGIS branch master updated. 3.4.0beta1-20-g24234cc4f

git at osgeo.org git at osgeo.org
Mon Jul 17 12:15:57 PDT 2023


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  24234cc4f2adb98c9805fd18086d36842fa057ee (commit)
      from  1f2f2d902db986db05d60a03b52f0ec2b1819ae0 (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 24234cc4f2adb98c9805fd18086d36842fa057ee
Author: Sandro Santilli <strk at kbt.io>
Date:   Mon Jul 17 21:15:13 2023 +0200

    [winnie] Disable path conversion
    
    References #5436

diff --git a/ci/winnie/regress_postgis.sh b/ci/winnie/regress_postgis.sh
index 682fe17bb..670720ffe 100644
--- a/ci/winnie/regress_postgis.sh
+++ b/ci/winnie/regress_postgis.sh
@@ -19,6 +19,11 @@ export PROTOBUFC_VER=1.2.1
 export JSON_VER=0.12
 export PCRE_VER=8.33
 
+# Don't convert paths
+# See https://trac.osgeo.org/postgis/ticket/5436#comment:5
+export MSYS_NO_PATHCONV=1
+
+
 if  [[ "${ICON_VER}" == '' ]] ; then
   export ICON_VER=1.16
 fi;
@@ -256,7 +261,7 @@ done
 fi
 
 if [ "$DUMP_RESTORE" == "1" ]; then
- echo "Dum restore test"
+ echo "Dump restore test"
  make install
  make check RUNTESTFLAGS="-v --dumprestore"
  if [ "$?" != "0" ]; then

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

Summary of changes:
 ci/winnie/regress_postgis.sh | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list