[postgis-tickets] [SCM] PostGIS branch test-upgrades-in-absence-of-old-library updated. 3.2.0-230-g25a3a44be

git at osgeo.org git at osgeo.org
Thu Jan 13 15:44:12 PST 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, test-upgrades-in-absence-of-old-library has been updated
       via  25a3a44be586ded725f3112a45e548802a968d24 (commit)
      from  2abdefdd89ae7fdc0b34de7c4f7a44856cb14f21 (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 25a3a44be586ded725f3112a45e548802a968d24
Author: Sandro Santilli <strk at kbt.io>
Date:   Fri Jan 14 00:43:24 2022 +0100

    Put internal RUNTESTFLAGS *before* core ones
    
    For better support we should probably have distinct internal
    variables to specify if we want those to be put before or after

diff --git a/regress/runtest.mk b/regress/runtest.mk
index 5df1a3968..4da5f515a 100644
--- a/regress/runtest.mk
+++ b/regress/runtest.mk
@@ -9,7 +9,7 @@ check-regress:
 	@echo "RUNTESTFLAGS: $(RUNTESTFLAGS)"
 	@echo "RUNTESTFLAGS_INTERNAL: $(RUNTESTFLAGS_INTERNAL)"
 
-	@$(PERL) $(topsrcdir)/regress/run_test.pl $(RUNTESTFLAGS) $(RUNTESTFLAGS_INTERNAL) $(TESTS)
+	@$(PERL) $(topsrcdir)/regress/run_test.pl $(RUNTESTFLAGS_INTERNAL) $(RUNTESTFLAGS) $(TESTS)
 
 	#
 	# Will now run upgrade test if RUNTESTFLAGS was not already doing that

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list