[postgis-tickets] [SCM] PostGIS branch proper-upgrade-tests created. 3.2.0-255-g0b2a78d8b
git at osgeo.org
git at osgeo.org
Sun Jan 16 12:53:03 PST 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, proper-upgrade-tests has been created
at 0b2a78d8b89fe87d7f817882fb903fba81721a80 (commit)
- Log -----------------------------------------------------------------
commit 0b2a78d8b89fe87d7f817882fb903fba81721a80
Author: Sandro Santilli <strk at kbt.io>
Date: Sun Jan 16 21:52:25 2022 +0100
Include internal RUNTESTFLAGS when testing upgrades
Fixes #5054
diff --git a/regress/runtest.mk b/regress/runtest.mk
index 382c25d2a..bfad91b7e 100644
--- a/regress/runtest.mk
+++ b/regress/runtest.mk
@@ -16,6 +16,7 @@ check-regress:
$(PERL) $(topsrcdir)/regress/run_test.pl \
--upgrade \
$(RUNTESTFLAGS) \
+ $(RUNTESTFLAGS_INTERNAL) \
$(TESTS); \
else \
echo "Skipping upgrade test as RUNTESTFLAGS already requested upgrades"; \
-----------------------------------------------------------------------
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list