Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 9117985

Browse files
committed
Respect TEMP_CONFIG when running contrib regression tests.
Thomas Munro
1 parent e640093 commit 9117985

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

contrib/contrib-global.mk

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# contrib/contrib-global.mk
22

3+
# file with extra config for temp build
4+
ifdef TEMP_CONFIG
5+
REGRESS_OPTS += --temp-config=$(TEMP_CONFIG)
6+
endif
7+
38
NO_PGXS = 1
49
include $(top_srcdir)/src/makefiles/pgxs.mk

0 commit comments

Comments
 (0)