pgsql: Add installcheck support to more test suites

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add installcheck support to more test suites
Date: 2018-01-23 12:13:35
Message-ID: E1edxSJ-0005b6-9F@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add installcheck support to more test suites

Several of the test suites under src/test/ were missing an installcheck
target.

Branch
------
master

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

Modified Files
--------------
src/test/authentication/Makefile | 3 +++
src/test/authentication/README | 4 ++++
src/test/ldap/Makefile | 3 +++
src/test/ldap/README | 4 ++++
src/test/recovery/Makefile | 3 +++
src/test/recovery/README | 10 +++++++---
src/test/ssl/Makefile | 3 +++
src/test/ssl/README | 13 +++++++++----
src/test/subscription/Makefile | 3 +++
src/test/subscription/README | 9 +++++++--
10 files changed, 46 insertions(+), 9 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2018-01-23 13:44:18 Re: pgsql: Allow UPDATE to move rows between partitions.
Previous Message Haribabu Kommi 2018-01-23 07:23:35 Re: pgsql: Move handling of database properties from pg_dumpall into pg_dum