Hi, On 2019-05-21 16:47:55 -0400, Tom Lane wrote: > Andres Freund <and...@anarazel.de> writes: > > -check: test.sh all > > - MAKE=$(MAKE) bindir="$(tbindir)" libdir="$(tlibdir)" > > EXTRA_REGRESS_OPTS="$(EXTRA_REGRESS_OPTS)" $(SHELL) $< $(DOINST) > > +check: test.sh all temp-install > > + MAKE=$(MAKE) $(with_temp_install) > > bindir=$(abs_top_builddir)/tmp_install/$(bindir) > > EXTRA_REGRESS_OPTS="$(EXTRA_REGRESS_OPTS)" $(SHELL) $< $(DOINST) > > The $(DOINST) bit should go away no?
Indeed.