diff options
author | Michael Paquier <michael@paquier.xyz> | 2021-07-04 20:59:04 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2021-07-04 20:59:04 +0900 |
commit | 0f06359fb3622b289485306727300dd31f96fd9d (patch) | |
tree | ec5ed3084e50ffb4c47c74887a2c04dccd694a42 /doc/src | |
parent | ec34040af104a1d25233eccd5715863ace6cbb10 (diff) | |
download | postgresql-0f06359fb3622b289485306727300dd31f96fd9d.tar.gz postgresql-0f06359fb3622b289485306727300dd31f96fd9d.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 cb401a45b35..c35e036028b 100644 --- a/doc/src/sgml/regress.sgml +++ b/doc/src/sgml/regress.sgml @@ -801,6 +801,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> |