Re: [PATCH] Reduce src/test/recovery verbosity
Craig Ringer <craig@2ndquadrant.com>
From: Craig Ringer <craig@2ndquadrant.com>
To: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
Cc: PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2017-03-29T03:37:58Z
Lists: pgsql-hackers
On 29 March 2017 at 08:57, Peter Eisentraut <peter.eisentraut@2ndquadrant.com> wrote: > On 3/22/17 03:18, Craig Ringer wrote: >> Trivial patch to change 'diag' to 'note' in TAP tests in >> src/test/recovery attached. >> >> It'll reduce the test output a little. > > Committed, and also done the same in src/test/ssl/. Thanks. It won't do a ton of good unless we reduce the default TAP verbosity level too, but it's a start and will make things work better if/when we do that. -- Craig Ringer http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Training & Services
Commits
-
Remove --verbose from PROVE_FLAGS
- e9c81b6016f4 10.0 landed