Re: Add additional information to src/test/ssl/README

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Daniel Gustafsson <daniel@yesql.se>
Cc: Kevin Burke <kevin@burke.dev>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2021-10-31T22:13:52Z
Lists: pgsql-hackers
Daniel Gustafsson <daniel@yesql.se> writes:
> On 31 Oct 2021, at 19:28, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> Here's a quick stab at rearranging src/test/perl/README so that the
>> initial section is all how-to-run-the-tests info, and advice about
>> writing new tests starts after that.  Your point about PG_TEST_NOCLEAN
>> could be added into the initial section.

> That's pretty much just what I was thinking, definitely +1 on this patch.

Done that way; feel free to add more material to perl/README.

			regards, tom lane



Commits

  1. Document PG_TEST_NOCLEAN in TAP test README

  2. Doc: improve README files associated with TAP tests.