diff options
author | Michael Paquier <michael@paquier.xyz> | 2021-07-04 20:59:19 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2021-07-04 20:59:19 +0900 |
commit | fb38542cd81cef535e1cc49d58feefd1a5b2bcf0 (patch) | |
tree | 52e6b1d91a17a7c17d453ba2ebb865951e618db9 /doc/src | |
parent | 4a9960e0adfe6faa692a985ae70262f6b4ad1523 (diff) | |
download | postgresql-fb38542cd81cef535e1cc49d58feefd1a5b2bcf0.tar.gz postgresql-fb38542cd81cef535e1cc49d58feefd1a5b2bcf0.zip |
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
Diffstat (limited to 'doc/src')
-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 7b682132668..415fdb8f31d 100644 --- a/doc/src/sgml/regress.sgml +++ b/doc/src/sgml/regress.sgml @@ -783,6 +783,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> |