Re: [HACKERS] Inadequate traces in TAP tests - Mailing list pgsql-hackers

From Craig Ringer
Subject Re: [HACKERS] Inadequate traces in TAP tests
Date
Msg-id CAMsr+YGKXwoPd9DuCpi17Au=+-Zc2BAztzdfKsr9C8u_B1kBOg@mail.gmail.com
Whole thread Raw
In response to Re: [HACKERS] Inadequate traces in TAP tests  (Alvaro Herrera <alvherre@2ndquadrant.com>)
List pgsql-hackers
On 20 March 2017 at 22:39, Alvaro Herrera <alvherre@2ndquadrant.com> wrote:
> Stephen Frost wrote:
>
>> Is there any hope of getting a "quiet" mode, where all the "ok" lines
>> aren't printed when things work..?
>
> Well, we currently have --verbose in PROVE_FLAGS.  Maybe you can take it
> out, or even add --quiet or --QUIET (see the prove(1) manpage).

If so, please preserve the current behaviour via something like
   $(or $(PROVE_VERBOSITY),'--quiet')

since it's very useful to have more output when running individual
tests interactively.



-- Craig Ringer                   http://www.2ndQuadrant.com/PostgreSQL Development, 24x7 Support, Training & Services



pgsql-hackers by date:

Previous
From: Petr Jelinek
Date:
Subject: Re: [HACKERS] logical replication apply to run with sync commit off by default
Next
From: Craig Ringer
Date:
Subject: Re: [HACKERS] Logical decoding on standby