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:
@@ -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
|
||||
|
Reference in New Issue
Block a user