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 <[email protected]> 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(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
