Re: pgsql: Print information about type of test and subdirectory before run - Mailing list pgsql-committers

From Peter Eisentraut
Subject Re: pgsql: Print information about type of test and subdirectory before run
Date
Msg-id 783f9a1e-f63d-0f04-7159-8cf072c8148d@enterprisedb.com
Whole thread Raw
In response to pgsql: Print information about type of test and subdirectory before run  (Andres Freund <andres@anarazel.de>)
List pgsql-committers
On 31.03.22 20:21, Andres Freund wrote:
> To fix, the test target provisos in Makefile.global.in now output
>    echo "+++ (regress|isolation|tap) [install-]check in $(subdir) +++"
> before running the tests.

For external extension modules (PGXS), subdir is usually not set, so 
this output looks a bit silly then.  Perhaps this should be conditional 
on subdir being set, something like

$(if $(subdir),echo ...)



pgsql-committers by date:

Previous
From: Jeff Davis
Date:
Subject: pgsql: Add contrib/pg_walinspect.
Next
From: Jeff Davis
Date:
Subject: pgsql: Fix buildfarm failure from commit 2258e76f90.