pgsql: Document PG_TEST_NOCLEAN in TAP test README

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Document PG_TEST_NOCLEAN in TAP test README
Date: 2021-11-12 20:58:20
Message-ID: E1mldcq-0001Rg-1f@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Document PG_TEST_NOCLEAN in TAP test README

Commit 90627cf98 added support for retaining the data directory even on
successful tests, but failed to document the environment variable which
controls retention. This adds a small note to the TAP test README about
PG_TEST_NOCLEAN which when set skips removing the data directories from
successful tests.

Reviewed-by: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Discussion: https://postgr.es/m/2B02C1B3-3F41-4E14-92B9-005D83623A0B@yesql.se

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/05d8785af2a192d436df5b7734aacb4e0bab5da8

Modified Files
--------------
src/test/perl/README | 5 +++++
1 file changed, 5 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Geoghegan 2021-11-13 03:47:47 pgsql: Explain pruning pgstats accounting subtleties.
Previous Message Tom Lane 2021-11-12 19:56:02 pgsql: Make psql's \password default to CURRENT_USER, not PQuser(conn).