projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e640093
)
Respect TEMP_CONFIG when running contrib regression tests.
author
Robert Haas
<rhaas@postgresql.org>
Fri, 26 Feb 2016 07:08:21 +0000
(12:38 +0530)
committer
Robert Haas
<rhaas@postgresql.org>
Fri, 26 Feb 2016 07:08:21 +0000
(12:38 +0530)
Thomas Munro
contrib/contrib-global.mk
patch
|
blob
|
blame
|
history
diff --git
a/contrib/contrib-global.mk
b/contrib/contrib-global.mk
index 6ac8e9b13d0a5d3d4d858da16d868b0a827d0688..ba49610b115e85bf35b569578abe8e488884b4b1 100644
(file)
--- 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