Thread
Commits
-
doc: Mention requirement to --enable-tap-tests on section for TAP tests
- 6733da32c68d 9.6.23 landed
- 80e9d8243e21 10.18 landed
- f3b132179d04 11.13 landed
- fb38542cd81c 12.8 landed
- 39a21ce06baa 13.4 landed
- 95e2f925f144 14.0 landed
- 0f06359fb362 15.0 landed
-
Mention --enable-tap-tests in the TAP section page
Greg Sabino Mullane <htamfids@gmail.com> — 2021-07-01T14:03:10Z
Quick patch to add mention of the need for compiling with --enable-tap-tests on the TAP section page https://www.postgresql.org/docs/current/regress-tap.html Searching about the TAP tests often leads to this page, but there is no easy link or mention of the fact that the sample invocations will not work without the special config flag. Cheers, Greg
-
Re: Mention --enable-tap-tests in the TAP section page
Michael Paquier <michael@paquier.xyz> — 2021-07-02T01:53:07Z
On Thu, Jul 01, 2021 at 10:03:10AM -0400, Greg Sabino Mullane wrote: > Searching about the TAP tests often leads to this page, but there is no > easy link or mention of the fact that the sample invocations will not work > without the special config flag. This is mentioned on a different page, "Running the Tests", but for the set of extra tests. Adding an extra reference on this page is a good idea. -- Michael
-
Re: Mention --enable-tap-tests in the TAP section page
Andrew Dunstan <andrew@dunslane.net> — 2021-07-02T13:52:10Z
On 7/1/21 9:53 PM, Michael Paquier wrote: > On Thu, Jul 01, 2021 at 10:03:10AM -0400, Greg Sabino Mullane wrote: >> Searching about the TAP tests often leads to this page, but there is no >> easy link or mention of the fact that the sample invocations will not work >> without the special config flag. > This is mentioned on a different page, "Running the Tests", but for > the set of extra tests. Adding an extra reference on this page is a > good idea. Agreed. cheers andrew -- Andrew Dunstan EDB: https://www.enterprisedb.com
-
Re: Mention --enable-tap-tests in the TAP section page
Michael Paquier <michael@paquier.xyz> — 2021-07-04T12:00:37Z
On Fri, Jul 02, 2021 at 09:52:10AM -0400, Andrew Dunstan wrote: > Agreed. Applied. -- Michael