]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
doc: Mention requirement to --enable-tap-tests on section for TAP tests
authorMichael Paquier <michael@paquier.xyz>
Sun, 4 Jul 2021 11:59:19 +0000 (20:59 +0900)
committerMichael Paquier <michael@paquier.xyz>
Sun, 4 Jul 2021 11:59:19 +0000 (20:59 +0900)
Author: Greg Sabino Mullane
Discussion: https://postgr.es/m/CAKAnmmJYH2FBn_+Vwd2FD5SaKn8hjhAXOCHpZc6n4wXaUaW_SA@mail.gmail.com
Backpatch-through: 9.6

doc/src/sgml/regress.sgml

index 7b68213266840278d5a00d50a9532f2740c837f1..415fdb8f31d03b22a48452b1c6453e2c9e7d2038 100644 (file)
@@ -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>