mirror of
https://github.com/postgres/postgres.git
synced 2025-06-13 07:41:39 +03:00
Respect TEMP_CONFIG when running contrib regression tests.
Thomas Munro
This commit is contained in:
@ -1,4 +1,9 @@
|
|||||||
# contrib/contrib-global.mk
|
# contrib/contrib-global.mk
|
||||||
|
|
||||||
|
# file with extra config for temp build
|
||||||
|
ifdef TEMP_CONFIG
|
||||||
|
REGRESS_OPTS += --temp-config=$(TEMP_CONFIG)
|
||||||
|
endif
|
||||||
|
|
||||||
NO_PGXS = 1
|
NO_PGXS = 1
|
||||||
include $(top_srcdir)/src/makefiles/pgxs.mk
|
include $(top_srcdir)/src/makefiles/pgxs.mk
|
||||||
|
Reference in New Issue
Block a user