]> 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:23 +0000 (20:59 +0900)
committerMichael Paquier <michael@paquier.xyz>
Sun, 4 Jul 2021 11:59:23 +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 e0df024939079d4e29d3a3cd2c8b845140d045e8..485084748c2b72595c99389c8b20c23a236069e1 100644 (file)
@@ -737,6 +737,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>
   </sect1>