From: Michael Paquier Date: Sun, 4 Jul 2021 11:59:19 +0000 (+0900) Subject: doc: Mention requirement to --enable-tap-tests on section for TAP tests X-Git-Tag: REL_12_8~60 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fb38542cd81cef535e1cc49d58feefd1a5b2bcf0;p=thirdparty%2Fpostgresql.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 7b682132668..415fdb8f31d 100644 --- a/doc/src/sgml/regress.sgml +++ b/doc/src/sgml/regress.sgml @@ -783,6 +783,8 @@ make check PROVE_TESTS='t/001_test1.pl t/003_test3.pl' 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 .