Andres Freund wrote:
> On 2016-11-12 11:30:42 -0500, Tom Lane wrote:
> > Andres Freund <andres@anarazel.de> writes:
> > > Committed after simplifying the Makefile.
> >
> > While I have no particular objection to adding these tests, the
> > commit log's claim that this will improve buildfarm testing is
> > quite wrong. The buildfarm runs "make installcheck" not
> > "make check" in contrib.
>
> Gah. It was more aimed at the coverage stuff, but that might work the
> same. Alvaro?
Already replied on IM, but for the record, coverage.postgresql.org
currently runs this:
make -j4 >> $LOG 2>&1
make check-world >> $LOG 2>&1
make -C src/test/ssl check >> $LOG 2>&1
--
Álvaro Herrera https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services