pgsql: Further fixes for ssl_passphrase_callback test module. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Further fixes for ssl_passphrase_callback test module.
Date
Msg-id E1jHHtt-00048d-JN@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Provide a TLS init hook
Next
From: Andrew Dunstan
Date:
Subject: Re: pgsql: Provide a TLS init hook