From f3b132179d04b8517dc0db5dc1b683a2f222820b Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Sun, 4 Jul 2021 20:59:23 +0900 Subject: [PATCH] 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 --- doc/src/sgml/regress.sgml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/src/sgml/regress.sgml b/doc/src/sgml/regress.sgml index e0df024939..485084748c 100644 --- a/doc/src/sgml/regress.sgml +++ b/doc/src/sgml/regress.sgml @@ -737,6 +737,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 .