Commit 9117985b authored by Robert Haas's avatar Robert Haas

Respect TEMP_CONFIG when running contrib regression tests.

Thomas Munro
parent e6400930
# 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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment