Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9117985

Browse filesBrowse files
committed
Respect TEMP_CONFIG when running contrib regression tests.
Thomas Munro
1 parent e640093 commit 9117985
Copy full SHA for 9117985

File tree

Expand file treeCollapse file tree

1 file changed

+5
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-0
lines changed

‎contrib/contrib-global.mk

Copy file name to clipboard
+5Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.