From: Robert Haas Date: Fri, 26 Feb 2016 07:08:21 +0000 (+0530) Subject: Respect TEMP_CONFIG when running contrib regression tests. X-Git-Tag: REL9_6_BETA1~650 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9117985b6ba9beda4f280f596035649fc23b6233;p=thirdparty%2Fpostgresql.git Respect TEMP_CONFIG when running contrib regression tests. Thomas Munro --- diff --git a/contrib/contrib-global.mk b/contrib/contrib-global.mk index 6ac8e9b13d0..ba49610b115 100644 --- a/contrib/contrib-global.mk +++ b/contrib/contrib-global.mk @@ -1,4 +1,9 @@ # contrib/contrib-global.mk +# file with extra config for temp build +ifdef TEMP_CONFIG +REGRESS_OPTS += --temp-config=$(TEMP_CONFIG) +endif + NO_PGXS = 1 include $(top_srcdir)/src/makefiles/pgxs.mk