pgsql: Further fixes for ssl_passphrase_callback test module.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Further fixes for ssl_passphrase_callback test module.
Date: 2020-03-26 02:05:41
Message-ID: E1jHHtt-00048d-JN@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Further fixes for ssl_passphrase_callback test module.

The Makefile should set TAP_TESTS = 1, not implement the infrastructure
for itself. For one thing, it missed the appropriate "make clean"
steps. For another, the buildfarm isn't running this test because
it wasn't hooked into "make installcheck" either.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/958aa438aaa473d580f60154786ffd716a28faf2

Modified Files
--------------
src/test/modules/ssl_passphrase_callback/Makefile | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2020-03-26 11:01:39 Re: pgsql: Provide a TLS init hook
Previous Message Tom Lane 2020-03-26 01:28:16 Re: pgsql: Provide a TLS init hook