[postgis-tickets] [SCM] PostGIS branch master updated. 3.2.0-232-g198d56503
git at osgeo.org
git at osgeo.org
Fri Jan 14 05:33:05 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, master has been updated
via 198d5650333e494fb08c8e7b781a74e2f11e2da4 (commit)
from b5d1ec4570d759afa61a66bffc396edb84cdfad6 (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 198d5650333e494fb08c8e7b781a74e2f11e2da4
Author: Sandro Santilli <strk at kbt.io>
Date: Fri Jan 14 14:32:46 2022 +0100
Print a more useful message about when upgrade test is forced or not
diff --git a/regress/runtest.mk b/regress/runtest.mk
index 5df1a3968..382c25d2a 100644
--- a/regress/runtest.mk
+++ b/regress/runtest.mk
@@ -11,15 +11,14 @@ check-regress:
@$(PERL) $(topsrcdir)/regress/run_test.pl $(RUNTESTFLAGS) $(RUNTESTFLAGS_INTERNAL) $(TESTS)
- #
- # Will now run upgrade test if RUNTESTFLAGS was not already doing that
- #
-
@if echo "$(RUNTESTFLAGS)" | grep -vq -- --upgrade; then \
+ echo "Running upgrade test as RUNTESTFLAGS did not contain that"; \
$(PERL) $(topsrcdir)/regress/run_test.pl \
--upgrade \
$(RUNTESTFLAGS) \
$(TESTS); \
+ else \
+ echo "Skipping upgrade test as RUNTESTFLAGS already requested upgrades"; \
fi
check-long:
-----------------------------------------------------------------------
Summary of changes:
regress/runtest.mk | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list