projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c84f35
)
doc: Mention requirement to --enable-tap-tests on section for TAP tests
author
Michael Paquier
<michael@paquier.xyz>
Sun, 4 Jul 2021 11:59:34 +0000
(20:59 +0900)
committer
Michael Paquier
<michael@paquier.xyz>
Sun, 4 Jul 2021 11:59:34 +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 89e765ea3ab8e723c5510fca4265e719723002fa..20b6d29dcfd6cabd054a2b6ce6ccb09bd714aeb8 100644
(file)
--- a/
doc/src/sgml/regress.sgml
+++ b/
doc/src/sgml/regress.sgml
@@
-671,6
+671,8
@@
make -C src/bin check PROVE_FLAGS='--reverse'
The tests written in Perl 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>