pgsql: Run tests of libpq on installcheck-world, checkprep and check-wo

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Run tests of libpq on installcheck-world, checkprep and check-wo
Date: 2022-06-03 04:15:50
Message-ID: E1nwyj0-002S9U-FJ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Run tests of libpq on installcheck-world, checkprep and check-world

The regression tests of libpq have been converted to a TAP test as of
ac25173, but they were not run when running the global make targets
mentioned in $subject as the code only considered src/interfaces/ecpg/
as a path to run. This switches to src/interfaces/, to always include
the tests of libpq in each run.

Reported-by: Justin Pryzby
Reviewed-by: Andres Freund
Discussion: https://postgr.es/m/20220529151850.GN19626@telsasoft.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2cc96f23391437e976aa830c5a955a2804d66452

Modified Files
--------------
GNUmakefile.in | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2022-06-03 15:52:46 pgsql: Doc: fix incorrect bit-reversal in example of macaddr formatting
Previous Message Amit Kapila 2022-06-03 02:51:56 pgsql: Ignore heap rewrites for materialized views in logical replicati