1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-08 06:02:22 +03:00

build: pass EXTRA_REGRESS_OPTS to secondary regression tests

Christoph Berg
This commit is contained in:
Bruce Momjian
2013-12-04 10:14:45 -05:00
parent 5043fc8251
commit 86ef4796f5
3 changed files with 7 additions and 7 deletions

View File

@@ -25,7 +25,7 @@ include $(top_srcdir)/contrib/contrib-global.mk
endif
check: test.sh all
MAKE=$(MAKE) bindir=$(bindir) libdir=$(libdir) $(SHELL) $< --install
MAKE=$(MAKE) bindir=$(bindir) libdir=$(libdir) EXTRA_REGRESS_OPTS="$(EXTRA_REGRESS_OPTS)" $(SHELL) $< --install
# disabled because it upsets the build farm
#installcheck: test.sh