Andrew Dunstan <andrew.duns...@2ndquadrant.com> writes:
> On 3/27/20 11:09 AM, Tom Lane wrote:
>> It seems like what the buildfarm would like is a way to invoke TAP tests
>> and traditional-framework tests separately, so that it could apply special
>> tooling to the former.  I'd have no objection to making that possible.

> Exactly. I'll look into that, but I'm open to any ideas people have.

With the makefile infrastructure, the first thing that comes to mind
is to support something like

        make [install]check SKIP_TAP_TESTS=1

        make [install]check SKIP_TRADITIONAL_TESTS=1

Don't know what to do in the MSVC world.

                        regards, tom lane


Reply via email to