[postgis-tickets] [SCM] PostGIS branch stable-3.1 updated. 3.1.6-32-gf30bed523

git at osgeo.org git at osgeo.org
Wed Aug 17 23:16:28 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, stable-3.1 has been updated
       via  f30bed5238db5d18af1e0afe8dc67c125ae487ec (commit)
      from  dfcc4326f5ff39e2d45896b290043387ab2fcb45 (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 f30bed5238db5d18af1e0afe8dc67c125ae487ec
Author: Regina Obe <lr at pcorp.us>
Date:   Thu Aug 18 02:16:23 2022 -0400

    Revert SELECT grep, caused regression in windows tests

diff --git a/regress/run_test.pl b/regress/run_test.pl
index aea1799f7..4709abd9a 100755
--- a/regress/run_test.pl
+++ b/regress/run_test.pl
@@ -800,7 +800,9 @@ sub run_simple_test
 
 	# Strip the lines we don't care about
 	@lines = grep(!/^\$/, @lines);
-	@lines = grep(!/^(INSERT|DELETE|UPDATE|SELECT [0-9]*|COPY|DO)$/, @lines);
+	## TODO: Figure out why this fails on windows
+	#@lines = grep(!/^(INSERT|DELETE|UPDATE|SELECT [0-9]*|COPY|DO)$/, @lines);
+	@lines = grep(!/^(INSERT|DELETE|UPDATE|SELECT|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 | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list