mirror of
https://github.com/postgres/postgres.git
synced 2026-04-22 14:47:29 -04:00
doc: Mention --enable-tap-tests in regression test chapter
Reported-by: Jeff Janes <jeff.janes@gmail.com>
This commit is contained in:
parent
2e74e636bd
commit
66b764341b
1 changed files with 6 additions and 0 deletions
|
|
@ -205,6 +205,12 @@ make installcheck-world
|
|||
<literal>ecpg1_regression</>, or <literal>ecpg2_regression</>, as well as
|
||||
<literal>regression</>.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
The TAP tests are only run when PostgreSQL was configured with the
|
||||
option <option>--enable-tap-tests</option>. This is recommended for
|
||||
development, but can be omitted if there is no suitable Perl installation.
|
||||
</para>
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
|
|
|
|||
Loading…
Reference in a new issue