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

From Peter Eisentraut
Subject Re: Explicitly skip TAP tests under Meson if disabled
Date
Msg-id 15eae4b5-7165-4c13-a9b1-74c3fff659ca@eisentraut.org
Whole thread Raw
In response to Re: Explicitly skip TAP tests under Meson if disabled  (Andres Freund <andres@anarazel.de>)
Responses Re: Explicitly skip TAP tests under Meson if disabled
List pgsql-hackers
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.

Is testwrap only meant to be used with the tap protocol mode of meson's 
test()?  Otherwise, this skip option would have produce different output 
for different protocols.




pgsql-hackers by date:

Previous
From: David Christensen
Date:
Subject: Re: Moving forward with TDE [PATCH v3]
Next
From: Mark Hills
Date:
Subject: Re: Regression on pg_restore to 16.0: DOMAIN not available to SQL function