Re: [PATCH] Reduce src/test/recovery verbosity
Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>
From: ilmari@ilmari.org (Dagfinn Ilmari Mannsåker )
To: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
Cc: Michael Paquier <michael.paquier@gmail.com>,
Craig Ringer <craig@2ndquadrant.com>,
PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2017-03-29T14:24:41Z
Lists: pgsql-hackers
Peter Eisentraut <peter.eisentraut@2ndquadrant.com> writes: > On 3/28/17 23:42, Michael Paquier wrote: >> src/bin/pg_dump and src/test/modules/test_pgdump generate too much >> output. If we could get tests to only print the final result, like how >> many tests done and how many have passed, things would be much >> friendlier. > > There are options to change the verbosity of things. > > I don't think I would like changing the default verbosity. At least the > precedent from the pg_regress type tests is that there should be some > action on the screen as things run. Non-verbose prove still lists each test script, it just doesn't list each individual test within the script. -- "A disappointingly low fraction of the human race is, at any given time, on fire." - Stig Sandbeck Mathisen
Commits
-
Remove --verbose from PROVE_FLAGS
- e9c81b6016f4 10.0 landed