pgsql: Clarify the README files for the various separate TAP-based test

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Clarify the README files for the various separate TAP-based test
Date: 2018-06-19 23:30:55
Message-ID: E1fVQ5P-0005yo-Oj@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Clarify the README files for the various separate TAP-based test suites.

Explain the difference between "make check" and "make installcheck".
Mention the need for --enable-tap-tests (only some of these did so
before). Standardize their wording about how to run the tests.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c992dca26e2b7d02ec7d43f2b71ff23d77e39f27

Modified Files
--------------
src/test/authentication/README | 12 +++++++++---
src/test/kerberos/README | 14 +++++++++++---
src/test/ldap/README | 12 ++++++++++--
src/test/recovery/README | 16 +++++++++-------
src/test/ssl/README | 21 ++++++++++++++-------
src/test/subscription/README | 18 +++++++++---------
6 files changed, 62 insertions(+), 31 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2018-06-20 01:53:35 pgsql: Clarify use of temporary tables within partition trees
Previous Message Andres Freund 2018-06-19 21:05:43 Re: pgsql: Fix for globals.c- c.h must come first