Re: pgsql: Print information about type of test and subdirectory before run

From: Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>
To: Andres Freund <andres(at)anarazel(dot)de>, pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Print information about type of test and subdirectory before run
Date: 2022-04-08 07:51:27
Message-ID: 783f9a1e-f63d-0f04-7159-8cf072c8148d@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 ...)

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Jeff Davis 2022-04-08 08:37:13 pgsql: Fix buildfarm failure from commit 2258e76f90.
Previous Message Jeff Davis 2022-04-08 07:27:44 pgsql: Add contrib/pg_walinspect.