projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
301d9bb
)
doc: Mention requirement to --enable-tap-tests on section for TAP tests
author
Michael Paquier
<
[email protected]
>
Sun, 4 Jul 2021 11:59:27 +0000
(20:59 +0900)
committer
Michael Paquier
<
[email protected]
>
Sun, 4 Jul 2021 11:59:27 +0000
(20:59 +0900)
Author: Greg Sabino Mullane
Discussion: https://postgr.es/m/CAKAnmmJYH2FBn_+Vwd2FD5SaKn8hjhAXOCHpZc6n4wXaUaW_SA@mail.gmail.com
Backpatch-through: 9.6
doc/src/sgml/regress.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/regress.sgml
b/doc/src/sgml/regress.sgml
index a03a55ed595392db3d611722e631778124b681d8..19cd8a7e00ae5c8f4f5ebaba18d223230da89a76 100644
(file)
--- a/
doc/src/sgml/regress.sgml
+++ b/
doc/src/sgml/regress.sgml
@@
-678,6
+678,8
@@
make -C src/bin check PROVE_FLAGS='--timer'
<para>
The TAP tests require the Perl module <literal>IPC::Run</literal>.
This module is available from CPAN or an operating system package.
+ They also require <productname>PostgreSQL</productname> to be
+ configured with the option <option>--enable-tap-tests</option>.
</para>
</sect1>