mirror of
https://github.com/postgres/postgres.git
synced 2025-11-03 09:13:20 +03:00
Doc: make src/test/*/README match current reality.
Commitc3382a3c3, 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 ofc3382a3c3, but it's still an omission.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user