1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Minor tweaks for new src/test/recovery

Author: Michael Paquier
This commit is contained in:
Alvaro Herrera
2016-02-29 18:16:59 -03:00
parent 10b4852215
commit 5847397dec
8 changed files with 14 additions and 11 deletions

View File

@ -455,9 +455,10 @@ $ENV{CONFIG}="Debug";
</para>
<para>
Running the regression tests on client programs, with "vcregress bincheck",
or on recovery tests, with "vcregress recoverycheck" requires an additional
Perl module to be installed:
Running the regression tests on client programs, with
<command>vcregress bincheck</>, or on recovery tests, with
<command>vcregress recoverycheck</> requires an additional Perl module
to be installed:
<variablelist>
<varlistentry>
<term><productname>IPC::Run</productname></term>