Re: Explicitly skip TAP tests under Meson if disabled

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Explicitly skip TAP tests under Meson if disabled
Date: 2023-11-15 10:02:19
Message-ID: a3a4d0b4-8e4c-4f0d-ac36-69ebfd40cbe3@eisentraut.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Here is a patch that does it that way.

Attachment Content-Type Size
v2-0001-Explicitly-skip-TAP-tests-under-Meson-if-disabled.patch text/plain 2.3 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Daniel Gustafsson 2023-11-15 10:06:12 Re: Allow tests to pass in OpenSSL FIPS mode
Previous Message Aditya Toshniwal 2023-11-15 09:46:37 Re: Issue with launching PGAdmin 4 on Mac OC