Re: Documenting PROVE_TESTS in section of TAP tests

2018-03-01 Thread Michael Paquier
On Thu, Mar 01, 2018 at 01:52:09AM -0800, Andres Freund wrote: > Pushed, after replacing "a subset" with "the specified subset". Thanks, Andres. -- Michael signature.asc Description: PGP signature

Re: Documenting PROVE_TESTS in section of TAP tests

2018-03-01 Thread Andres Freund
Hi, On 2018-02-17 23:03:05 +0900, Michael Paquier wrote: > The section of the documentation dedicated to TAP tests mentions > PROVE_FLAGS: > https://www.postgresql.org/docs/devel/static/regress-tap.html > > I think that it would be a good idea to mention PROVE_TESTS as well. I > personally use a

Re: Documenting PROVE_TESTS in section of TAP tests

2018-02-18 Thread Craig Ringer
On 17 February 2018 at 22:03, Michael Paquier wrote: > Hi all, > > The section of the documentation dedicated to TAP tests mentions > PROVE_FLAGS: > https://www.postgresql.org/docs/devel/static/regress-tap.html > > I think that it would be a good idea to mention PROVE_TESTS as well. I > personal