From: Michael Paquier Date: Sun, 4 Jul 2021 11:59:27 +0000 (+0900) Subject: doc: Mention requirement to --enable-tap-tests on section for TAP tests X-Git-Tag: REL_10_18~50 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=80e9d8243e21424139286c2cc3252d2a7d9795c6;p=postgresql.git 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 --- diff --git a/doc/src/sgml/regress.sgml b/doc/src/sgml/regress.sgml index a03a55ed595..19cd8a7e00a 100644 --- a/doc/src/sgml/regress.sgml +++ b/doc/src/sgml/regress.sgml @@ -678,6 +678,8 @@ make -C src/bin check PROVE_FLAGS='--timer' The TAP tests require the Perl module IPC::Run. This module is available from CPAN or an operating system package. + They also require PostgreSQL to be + configured with the option .