1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-03 20:02:46 +03:00

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
This commit is contained in:
Michael Paquier
2021-07-04 20:59:34 +09:00
parent 1c84f355ac
commit 6733da32c6

View File

@ -671,6 +671,8 @@ make -C src/bin check PROVE_FLAGS='--reverse'
The tests written in Perl require the Perl The tests written in Perl require the Perl
module <literal>IPC::Run</literal>. module <literal>IPC::Run</literal>.
This module is available from CPAN or an operating system package. 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>
</sect1> </sect1>