projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
409d939
)
doc: Mention requirement to --enable-tap-tests on section for TAP tests
author
Michael Paquier
Sun, 4 Jul 2021 11:59:14 +0000
(20:59 +0900)
committer
Michael Paquier
Sun, 4 Jul 2021 11:59:14 +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 d98187c970e9de989fb595197f7ac140f7a38cea..fb19a31616972db04a1ec09c53cc2093aee26346 100644
(file)
--- a/
doc/src/sgml/regress.sgml
+++ b/
doc/src/sgml/regress.sgml
@@
-775,6
+775,8
@@
make check PROVE_TESTS='t/001_test1.pl t/003_test3.pl'
The TAP tests require the Perl module
IPC::Run
.
This module is available from CPAN or an operating system package.
+ They also require
PostgreSQL
to be
+ configured with the option
--enable-tap-tests
.