aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2021-07-04 20:59:19 +0900
committerMichael Paquier <michael@paquier.xyz>2021-07-04 20:59:19 +0900
commitfb38542cd81cef535e1cc49d58feefd1a5b2bcf0 (patch)
tree52e6b1d91a17a7c17d453ba2ebb865951e618db9 /doc/src
parent4a9960e0adfe6faa692a985ae70262f6b4ad1523 (diff)
downloadpostgresql-fb38542cd81cef535e1cc49d58feefd1a5b2bcf0.tar.gz
postgresql-fb38542cd81cef535e1cc49d58feefd1a5b2bcf0.zip
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 7b682132668..415fdb8f31d 100644
--- a/doc/src/sgml/regress.sgml
+++ b/doc/src/sgml/regress.sgml
@@ -783,6 +783,8 @@ make check PROVE_TESTS='t/001_test1.pl t/003_test3.pl'
<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>
<para>