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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Evan Jones <evan(dot)jones(at)datadoghq(dot)com>
Cc: 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-07 01:48:24
Message-ID: 266869.1686102504@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Evan Jones <evan(dot)jones(at)datadoghq(dot)com> writes:
> On Tue, Jun 6, 2023 at 5:23 PM Peter Eisentraut <peter(at)eisentraut(dot)org>
> wrote:
>> This addresses only pg_regress. What about all the other test suites?

> Are there instructions for how I can run these other test suites?

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.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Julien Rouhaud 2023-06-07 01:49:46 Re: [PATCH] pg_regress.c: Fix "make check" on Mac OS X: Pass DYLD_LIBRARY_PATH
Previous Message Tomas Vondra 2023-06-07 00:48:27 Re: TRAP: FailedAssertion("prev_first_lsn < cur_txn->first_lsn", File: "reorderbuffer.c", Line: 927, PID: 568639)