| From: | Andres Freund <andres(at)anarazel(dot)de> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Refactor PG_TEST_EXTRA logic in autoconf build |
| Date: | 2022-09-20 19:18:09 |
| Message-ID: | E1oaikz-001Egc-4e@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Refactor PG_TEST_EXTRA logic in autoconf build
To avoid duplicating the PG_TEST_EXTRA logic in Makefiles into the upcoming
meson based build definition, move the checks into the the tests
themselves. That also has the advantage of making skipped tests visible.
Reviewed-by: Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>
Author: Nazir Bilal Yavuz <byavuz81(at)gmail(dot)com>
Author: Andres Freund <andres(at)anarazel(dot)de>
Discussion: https://postgr.es/m/7dae5979-c6c0-cec5-7a36-76a85aa8053d@enterprisedb.com
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/c3382a3c3ccda6df126c95bf37dcc762480c5202
Modified Files
--------------
src/test/Makefile | 15 +++++----------
src/test/kerberos/t/001_auth.pl | 4 ++++
src/test/ldap/t/001_auth.pl | 4 ++++
src/test/ssl/t/001_ssltests.pl | 4 ++++
src/test/ssl/t/002_scram.pl | 4 ++++
src/test/ssl/t/003_sslinfo.pl | 4 ++++
6 files changed, 25 insertions(+), 10 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Peter Geoghegan | 2022-09-20 20:10:38 | pgsql: Harmonize more parameter names in bulk. |
| Previous Message | Jeff Davis | 2022-09-20 17:53:05 | pgsql: Improve comment for OAT_POST_CREATE. |