[postgis-tickets] [SCM] PostGIS branch master updated. 3.2.0-718-g724bb8a66
git at osgeo.org
git at osgeo.org
Tue Apr 12 01:46:41 PDT 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 724bb8a66cc78d4398c523a6d3c38cfba902cc5a (commit)
from c49ab54d2c3f1e502c8f47907a100ddaa0a87018 (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 724bb8a66cc78d4398c523a6d3c38cfba902cc5a
Author: Sandro Santilli <strk at kbt.io>
Date: Tue Apr 12 10:46:14 2022 +0200
Do not hide disabled tests in topology
Problem was introduced by 5bb5a91c807cfc85a3b50c577dfbaf8950fa17db
diff --git a/utils/check_tests_enabled.sh b/utils/check_tests_enabled.sh
index d14ec4fb0..b041f6013 100755
--- a/utils/check_tests_enabled.sh
+++ b/utils/check_tests_enabled.sh
@@ -76,7 +76,7 @@ if [ -z "${RD}" ]; then
fi
cd ${RD}
-check_enabled topology/test/tests.mk regress #&&
+check_enabled topology/test/tests.mk regress &&
check_enabled regress/loader/tests.mk &&
check_enabled regress/dumper/tests.mk &&
check_enabled sfcgal/regress/tests.mk &&
-----------------------------------------------------------------------
Summary of changes:
utils/check_tests_enabled.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list