summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2021-07-04 20:59:27 +0900
committerMichael Paquier <michael@paquier.xyz>2021-07-04 20:59:27 +0900
commit80e9d8243e21424139286c2cc3252d2a7d9795c6 (patch)
tree52a5c42cfe4b28c83f9082e3f87a2edcf1314a4d /doc/src
parent301d9bb63edc24123f42aded5210617d6e597296 (diff)
doc: Mention requirement to --enable-tap-tests on section for TAP tests
Author: Greg Sabino Mullane Discussion: https://postgr.es/m/CAKAnmmJYH2FBn_+Vwd2FD5SaKn8hjhAXOCHpZc6n4wXaUaW_SA@mail.gmail.com Backpatch-through: 9.6
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/regress.sgml2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/src/sgml/regress.sgml b/doc/src/sgml/regress.sgml
index a03a55ed595..19cd8a7e00a 100644
--- a/doc/src/sgml/regress.sgml
+++ b/doc/src/sgml/regress.sgml
@@ -678,6 +678,8 @@ make -C src/bin check PROVE_FLAGS='--timer'
<para>
The TAP tests 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>