[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0rc1-78-g7e6e085

git at osgeo.org git at osgeo.org
Wed Feb 17 08:40:20 PST 2021


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  7e6e08512ade1c3ca14d191894d8737480e59ada (commit)
      from  4cc00518ff38c3f7578c8f342b9e7698db0934eb (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 7e6e08512ade1c3ca14d191894d8737480e59ada
Author: Sandro Santilli <strk at kbt.io>
Date:   Wed Feb 17 17:40:00 2021 +0100

    Be stricter in what run_test.pl skips in output

diff --git a/regress/run_test.pl b/regress/run_test.pl
index dc1ce00..d018ecd 100755
--- a/regress/run_test.pl
+++ b/regress/run_test.pl
@@ -809,7 +809,7 @@ sub run_simple_test
 
 	# Strip the lines we don't care about
 	@lines = grep(!/^\$/, @lines);
-	@lines = grep(!/^(INSERT|DELETE|UPDATE|SELECT|COPY|DO)/, @lines);
+	@lines = grep(!/^(INSERT|DELETE|UPDATE|SELECT [0-9]*|COPY|DO)$/, @lines);
 	@lines = grep(!/^(CONTEXT|RESET|ANALYZE)/, @lines);
 	@lines = grep(!/^(DROP|CREATE|ALTER|VACUUM)/, @lines);
 	@lines = grep(!/^(LOG|SET|TRUNCATE|DISCARD)/, @lines);

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

Summary of changes:
 regress/run_test.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list