[postgis-tickets] [SCM] PostGIS branch master updated. 3.2.0-430-g6ab30ba04

git at osgeo.org git at osgeo.org
Mon Jan 31 09:09:20 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  6ab30ba04ff1b24446543b9c16407dde78d8d606 (commit)
      from  753408bc2078f63e0469c337d5998dfb8c93c144 (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 6ab30ba04ff1b24446543b9c16407dde78d8d606
Author: Sandro Santilli <strk at kbt.io>
Date:   Mon Jan 31 18:08:39 2022 +0100

    Enable check-tests-enabled test on "make check"
    
    Closes #5062

diff --git a/GNUmakefile.in b/GNUmakefile.in
index 8b83943d4..70391fada 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -43,7 +43,7 @@ clean-local:
 # TODO: drop 'test' target..
 test: check
 
-check: check-no-trailing-blanks check-unit check-regress docs-check check-news
+check: check-no-trailing-blanks check-unit check-regress docs-check check-news check-tests-enabled
 
 staged-install: all
 	$(MAKE) -C regress staged-install

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

Summary of changes:
 GNUmakefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list