Thread: pgsql: Change 'diag' to 'note' in TAP tests

pgsql: Change 'diag' to 'note' in TAP tests

From
Peter Eisentraut
Date:
Change 'diag' to 'note' in TAP tests

Reduce noise from TAP tests by changing 'diag' to 'note', so output only
goes to the test's log file not stdout, unless in verbose mode.  This
also removes the junk on screen when running the TAP tests in parallel.

Author: Craig Ringer <craig@2ndquadrant.com>

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/2e74e636bd7d90152d596530a17a3d0ff543cc97

Modified Files
--------------
src/test/recovery/t/001_stream_rep.pl              | 16 ++++++-------
.../recovery/t/010_logical_decoding_timelines.pl   |  2 +-
src/test/ssl/ServerSetup.pm                        |  2 +-
src/test/ssl/t/001_ssltests.pl                     | 28 +++++++++++-----------
4 files changed, 24 insertions(+), 24 deletions(-)