Re: pgsql: Require version 0.98 of Test::More for TAP tests - Mailing list pgsql-committers

From Andrew Dunstan
Subject Re: pgsql: Require version 0.98 of Test::More for TAP tests
Date
Msg-id f4f5624e-4c91-9368-42fe-20f22ac710d5@dunslane.net
Whole thread Raw
In response to Re: pgsql: Require version 0.98 of Test::More for TAP tests  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: pgsql: Require version 0.98 of Test::More for TAP tests  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: pgsql: Require version 0.98 of Test::More for TAP tests  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-committers
On 11/21/21 12:46, Tom Lane wrote:
>
> However, the only way I could get that to happen was to redirect
> prove's stderr to config.log (&AS_MESSAGE_LOG_FD), which is not great
> because it means that in the failure case the only place where any useful
> info appears is config.log.  I tried printing the version reports to
> STDOUT instead of using diag(), but that seems to get redirected to
> /dev/null somewhere.  Anybody know how to get prove to not do that?
>
>             


No, but I think you can get what you want with the attached.


cheers


andrew

--
Andrew Dunstan
EDB: https://www.enterprisedb.com

Attachment

pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Add ABI extra field to fmgr magic block
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Require version 0.98 of Test::More for TAP tests