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:26 -0500
commita409b464f91e0bdf61f2b3fb81218a0e4312987b (patch)
treeb7faadd7685e00be9d244da2a252e71a7d24f2bb /doc/src
parent3e81a33d799ed8c12847eb8ef1685563eeb10e7d (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 68931d25b66..adde5b39d2c 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>