diff options
author | Michael Paquier <michael@paquier.xyz> | 2021-07-04 20:59:14 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2021-07-04 20:59:14 +0900 |
commit | 39a21ce06baa6734d52566c300aa55c2934f94de (patch) | |
tree | 9fcfd349e19d7872d388071cf4265cc7738d42c6 | |
parent | 409d9390e8e944eab2ea4b98984cc5781d70e7d1 (diff) |
doc: Mention requirement to --enable-tap-tests on section for TAP tests
Author: Greg Sabino Mullane
Discussion: https://postgr.es/m/CAKAnmmJYH2FBn_+Vwd2FD5SaKn8hjhAXOCHpZc6n4wXaUaW_SA@mail.gmail.com
Backpatch-through: 9.6
-rw-r--r-- | doc/src/sgml/regress.sgml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/src/sgml/regress.sgml b/doc/src/sgml/regress.sgml index d98187c970e..fb19a316169 100644 --- 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' <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> <para> |