From 6733da32c68df58b0fe325fc2952a185e1d85ac7 Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Sun, 4 Jul 2021 20:59:34 +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 89e765ea3ab..20b6d29dcfd 100644 --- a/doc/src/sgml/regress.sgml +++ b/doc/src/sgml/regress.sgml @@ -671,6 +671,8 @@ make -C src/bin check PROVE_FLAGS='--reverse' The tests written in Perl 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 .