diff options
| author | Tom Lane | 2021-10-31 22:12:44 +0000 |
|---|---|---|
| committer | Tom Lane | 2021-10-31 22:12:44 +0000 |
| commit | b21415595cace7f3a45cfeb3023359b4b4d56b85 (patch) | |
| tree | 30be6079ed7cd972ab6ecb966b1bd463e931622b /src/test/ssl | |
| parent | 6301c3adabd947394682e37c933b0f3f83353b28 (diff) | |
Doc: improve README files associated with TAP tests.
Rearrange src/test/perl/README so that the first section is more
clearly "how to run these tests", and the rest "how to write new
tests". Add some basic info there about debugging test failures.
Then, add cross-refs to that READNE from other READMEs that
describe how to run TAP tests.
Per suggestion from Kevin Burke, though this is not his original
patch.
Discussion: https://postgr.es/m/CAKcy5eiSbwiQnmCfnOnDCVC7B8fYyev3E=6pvvECP9pLE-Fcuw@mail.gmail.com
Diffstat (limited to 'src/test/ssl')
| -rw-r--r-- | src/test/ssl/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/ssl/README b/src/test/ssl/README index f3f196e214e..9e2cedc0dda 100644 --- a/src/test/ssl/README +++ b/src/test/ssl/README @@ -29,6 +29,8 @@ sources and then tested. Either way, this test initializes, starts, and stops a test Postgres cluster that is accessible to other local users! +See src/test/perl/README for more info about running these tests. + Certificates ============ |
