summaryrefslogtreecommitdiff
path: root/src/test/ldap
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2023-02-07 14:30:30 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2023-02-07 14:30:30 -0500
commite2c78e7ab4b6056ceb79415fddcf126868d028f5 (patch)
tree6b45e38c80d78795c2a49d107d8b99fed4a894c5 /src/test/ldap
parent2cbbffff05b853733ae19ca7047cfeb9a346a497 (diff)
downloadpostgresql-e2c78e7ab4b6056ceb79415fddcf126868d028f5.tar.gz
Doc: make src/test/*/README match current reality.
Commit c3382a3c3, which moved the implementation of PG_TEST_EXTRA from src/test/Makefile into individual test scripts, broke the directions given in the subdirectory README files about how to run these tests by hand. Update. Also mention wal_consistency_checking in recovery/README --- that omission isn't the fault of c3382a3c3, but it's still an omission.
Diffstat (limited to 'src/test/ldap')
-rw-r--r--src/test/ldap/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/ldap/README b/src/test/ldap/README
index d869f66ebf..8125f6fa5c 100644
--- a/src/test/ldap/README
+++ b/src/test/ldap/README
@@ -20,9 +20,9 @@ Running the tests
NOTE: You must have given the --enable-tap-tests argument to configure.
Run
- make check
+ make check PG_TEST_EXTRA=ldap
or
- make installcheck
+ make installcheck PG_TEST_EXTRA=ldap
You can use "make installcheck" if you previously did "make install".
In that case, the code in the installation tree is tested. With
"make check", a temporary installation tree is built from the current