summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2014-11-02 09:14:36 -0500
committerPeter Eisentraut <peter_e@gmx.net>2014-11-02 09:17:49 -0500
commit16381b2a78e5a3477b5a7ac956b7afc36efdcc58 (patch)
tree785236e7e1f6f1d74d22c73108ac3e23659891cc /doc/src
parent4ffa8806ee5187526b592e1918cd17c1cdde802d (diff)
Add configure --enable-tap-tests option
Don't skip the TAP tests anymore when IPC::Run is not found. This will fail normally now.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/installation.sgml10
-rw-r--r--doc/src/sgml/regress.sgml2
2 files changed, 11 insertions, 1 deletions
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
</listitem>
</varlistentry>
+ <varlistentry>
+ <term><option>--enable-tap-tests</option></term>
+ <listitem>
+ <para>
+ Enable tests using the Perl TAP tools. This requires a Perl
+ installation and the Perl module <literal>IPC::Run</literal>.
+ See <xref linkend="regress-tap"> for more information.
+ </para>
+ </listitem>
+ </varlistentry>
</variablelist>
</para>
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'
<para>
The tests written in Perl require the Perl
- module <literal>IPC::Run</literal>, otherwise most tests will be skipped.
+ module <literal>IPC::Run</literal>.
This module is available from CPAN or an operating system package.
</para>
</sect1>