[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-96-g09d4454f7

git at osgeo.org git at osgeo.org
Fri Sep 16 09:28:25 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  09d4454f7b2b973c18337e0bb15a737f40db522f (commit)
      from  b89ac09136c7f014fff21dfb4c6ede7129ecf635 (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 09d4454f7b2b973c18337e0bb15a737f40db522f
Author: Sandro Santilli <strk at kbt.io>
Date:   Fri Sep 16 18:10:56 2022 +0200

    [github-action] Stop using logbt
    
    Looks like it's eating our RUNTESTFLAGS
    
    References #5242
    
    Please only re-enable after fixing this problem

diff --git a/ci/github/run_tests.sh b/ci/github/run_tests.sh
index 581985343..63fe9948f 100644
--- a/ci/github/run_tests.sh
+++ b/ci/github/run_tests.sh
@@ -16,5 +16,7 @@ export CUNIT_VALGRIND_FLAGS="--leak-check=full --error-exitcode=1"
 
 # Standard build
 ./configure CFLAGS="${CFLAGS_STD}" LDFLAGS="${LDFLAGS_STD}"
-bash ./ci/github/logbt -- make -j
-bash ./ci/github/logbt -- make check RUNTESTFLAGS=--verbose
+#bash ./ci/github/logbt --
+make -j
+#bash ./ci/github/logbt \ --
+make check RUNTESTFLAGS=--verbose

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

Summary of changes:
 ci/github/run_tests.sh | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list