doc: Mention requirement to --enable-tap-tests on section for TAP tests
authorMichael Paquier <[email protected]>
Sun, 4 Jul 2021 11:59:27 +0000 (20:59 +0900)
committerMichael Paquier <[email protected]>
Sun, 4 Jul 2021 11:59:27 +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 a03a55ed595392db3d611722e631778124b681d8..19cd8a7e00ae5c8f4f5ebaba18d223230da89a76 100644 (file)
@@ -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>