From 80e9d8243e21424139286c2cc3252d2a7d9795c6 Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Sun, 4 Jul 2021 20:59:27 +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 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 .