Re: Explicitly skip TAP tests under Meson if disabled - Mailing list pgsql-hackers

From Andres Freund
Subject Re: Explicitly skip TAP tests under Meson if disabled
Date
Msg-id 20231115165008.rsellrnbg3v25utl@awork3.anarazel.de
Whole thread Raw
In response to Re: Explicitly skip TAP tests under Meson if disabled  (Peter Eisentraut <peter@eisentraut.org>)
List pgsql-hackers
On 2023-11-15 11:02:19 +0100, Peter Eisentraut wrote:
> On 04.11.23 01:51, Andres Freund wrote:
> > I'd just use a single test() invocation here, and add an argument to testwrap
> > indicating that it should print out the skipped message. That way we a) don't
> > need two test() invocations, b) could still see the test name etc in the test
> > invocation.
> 
> Here is a patch that does it that way.

WFM!



pgsql-hackers by date:

Previous
From: Aleksander Alekseev
Date:
Subject: Re: BUG #18097: Immutable expression not allowed in generated at
Next
From: Andres Freund
Date:
Subject: Potential use-after-free in partion related code