diff options
-rw-r--r-- | doc/src/sgml/regress.sgml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/src/sgml/regress.sgml b/doc/src/sgml/regress.sgml index 89e765ea3ab..20b6d29dcfd 100644 --- a/doc/src/sgml/regress.sgml +++ b/doc/src/sgml/regress.sgml @@ -671,6 +671,8 @@ make -C src/bin check PROVE_FLAGS='--reverse' The tests written in Perl require the Perl module <literal>IPC::Run</literal>. This module is available from CPAN or an operating system package. + They also require <productname>PostgreSQL</productname> to be + configured with the option <option>--enable-tap-tests</option>. </para> </sect1> |