Re: [PATCH] pg_regress.c: Fix "make check" on Mac OS X: Pass DYLD_LIBRARY_PATH

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Evan Jones <evan(dot)jones(at)datadoghq(dot)com>, Peter Eisentraut <peter(at)eisentraut(dot)org>, Julien Rouhaud <rjuju123(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: [PATCH] pg_regress.c: Fix "make check" on Mac OS X: Pass DYLD_LIBRARY_PATH
Date: 2023-06-12 00:04:01
Message-ID: ZIZg8Qhpct5LdpNY@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Jun 06, 2023 at 09:48:24PM -0400, Tom Lane wrote:
> configure with --enable-tap-tests, then do "make check-world".
>
> Also, adding certain additional feature arguments such as
> --with-python enables more test cases. We aren't going to be
> super excited about a patch that doesn't handle all of them.

There is a bit more to this story. Mainly, see PG_TEST_EXTRA here:
https://www.postgresql.org/docs/devel/regress-run.html
--
Michael

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2023-06-12 00:17:53 Re: [PATCH] hstore: Fix parsing on Mac OS X: isspace() is locale specific
Previous Message Thomas Munro 2023-06-11 22:15:15 Re: check_strxfrm_bug()