[SCM] PostGIS branch master updated. 3.4.0rc1-1120-g91db19ef3

git at osgeo.org git at osgeo.org
Mon May 20 12:26:09 PDT 2024


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  91db19ef3177ba173ec03c359b7f3cb817929a22 (commit)
      from  8bb45e3552de3bf93d3cc064d206d10379fbfa97 (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 91db19ef3177ba173ec03c359b7f3cb817929a22
Author: Sandro Santilli <strk at kbt.io>
Date:   Mon May 20 21:16:59 2024 +0200

    Show 20 lines of garden test logs

diff --git a/regress/Makefile.in b/regress/Makefile.in
index 8f5472c1b..a9a1ba17b 100644
--- a/regress/Makefile.in
+++ b/regress/Makefile.in
@@ -111,13 +111,13 @@ garden: staged-install
 	psql -X -ad $(GARDENDB) < \
 		../doc/postgis_gardentest_${POSTGIS_MAJOR_VERSION}${POSTGIS_MINOR_VERSION}.sql \
 		> postgis_garden_result.txt 2>&1 || { \
-		tail postgis_garden_result.txt; false; }
-	tail postgis_garden_result.txt
+		tail -n 20 postgis_garden_result.txt; false; }
+	tail -n 20 postgis_garden_result.txt
 	@echo '-------------------------------------------------'
 	@echo 'PostGIS Raster garden tests in progress (it will take time)'
 	@echo '-------------------------------------------------'
 	psql -X -ad $(GARDENDB) < \
 		../doc/raster_gardentest_${POSTGIS_MAJOR_VERSION}${POSTGIS_MINOR_VERSION}.sql \
 		> raster_garden_result.txt 2>&1 || { \
-		tail raster_garden_result.txt; false; }
-	tail raster_garden_result.txt
+		tail -n 20 raster_garden_result.txt; false; }
+	tail -n 20 raster_garden_result.txt

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

Summary of changes:
 regress/Makefile.in | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list