diff options
| author | Stephen Frost | 2017-04-04 12:42:09 +0000 |
|---|---|---|
| committer | Stephen Frost | 2017-04-04 12:42:09 +0000 |
| commit | e9c81b6016f431af808e4c08191e7aecf034dc80 (patch) | |
| tree | 1572d0b63f726255f32f3adfa9838844d53d8d5e /src/test/perl | |
| parent | fe7bbc4ddb82c635ef08b5eadc5ce472ad515996 (diff) | |
Remove --verbose from PROVE_FLAGS
Per discussion, the TAP tests are really more verbose than necessary, so
remove the --verbose flag from PROVE_FLAGS. Also add comments to let
folks know how they can enable it if they really wish to, as suggested
by Craig Ringer.
Author: Michael Paquier, additional comments by me.
Discussion: https://postgr.es/m/CAMsr%2BYGAzcMDOZ_BirnMCL6Sb%3DMUjP0FRE82YBDSbXcf6pm9Yg%40mail.gmail.com
Diffstat (limited to 'src/test/perl')
| -rw-r--r-- | src/test/perl/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/test/perl/README b/src/test/perl/README index f28e3ce469..cc6edfb383 100644 --- a/src/test/perl/README +++ b/src/test/perl/README @@ -20,6 +20,11 @@ src/test/ssl, or should be added to one of the suites for an existing utility. Note that all tests and test tools should have perltidy run on them before patches are submitted, using perltidy --profile=src/tools/pgindent/perltidyrc +By default, to keep the noise low during runs, we do not set any flags via +PROVE_FLAGS, but this can be done on the 'make' command line if desired, eg: + +make check-world PROVE_FLAGS='--verbose' + Writing tests ------------- |
