From 16381b2a78e5a3477b5a7ac956b7afc36efdcc58 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sun, 2 Nov 2014 09:14:36 -0500 Subject: Add configure --enable-tap-tests option Don't skip the TAP tests anymore when IPC::Run is not found. This will fail normally now. --- doc/src/sgml/installation.sgml | 10 ++++++++++ doc/src/sgml/regress.sgml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) (limited to 'doc/src') diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index ec9d0593eca..72e8979fff4 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -1271,6 +1271,16 @@ su - postgres + + + + + Enable tests using the Perl TAP tools. This requires a Perl + installation and the Perl module IPC::Run. + See for more information. + + + diff --git a/doc/src/sgml/regress.sgml b/doc/src/sgml/regress.sgml index 13802e8f419..71196a1aca3 100644 --- a/doc/src/sgml/regress.sgml +++ b/doc/src/sgml/regress.sgml @@ -676,7 +676,7 @@ make -C src/bin check PROVE_FLAGS='--reverse' The tests written in Perl require the Perl - module IPC::Run, otherwise most tests will be skipped. + module IPC::Run. This module is available from CPAN or an operating system package. -- cgit v1.2.3