[postgis-tickets] [SCM] PostGIS branch master updated. 3.4.0rc1-76-g2dbcf2539
git at osgeo.org
git at osgeo.org
Wed Aug 30 03:36:15 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 2dbcf2539abaa57a9057a9e64cdc9ef2142de410 (commit)
from 4fc205e128859cafd89cf3e8002031805ce8f51f (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 2dbcf2539abaa57a9057a9e64cdc9ef2142de410
Author: Sandro Santilli <strk at kbt.io>
Date: Wed Aug 30 12:35:02 2023 +0200
Allow running `make check-locked-upgrade` from under regress/
diff --git a/regress/runtest.mk b/regress/runtest.mk
index 7ec77bf13..aba9a6756 100644
--- a/regress/runtest.mk
+++ b/regress/runtest.mk
@@ -48,5 +48,5 @@ check-double-upgrade:
.PHONY: check-locked-upgrade
check-locked-upgrade:
$(MAKE) check-regress \
- RUNTESTFLAGS="$(RUNTESTFLAGS) --upgrade --before-upgrade-script regress/hooks/use-all-functions.sql" \
+ RUNTESTFLAGS="$(RUNTESTFLAGS) --upgrade --before-upgrade-script $(top_srcdir)/regress/hooks/use-all-functions.sql" \
TESTS=$(top_srcdir)/regress/core/regress.sql
-----------------------------------------------------------------------
Summary of changes:
regress/runtest.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list