diff options
author | Christoph Berg | 2013-09-23 13:12:18 +0000 |
---|---|---|
committer | Christoph Berg | 2013-09-23 13:12:18 +0000 |
commit | 8706f765a462d427d84a0fb351088d3617bf179c (patch) | |
tree | 53630b87e9941778c2430079f62bf2479025e7e2 | |
parent | 28872c1fe98bf74899acfeb4955d5d73907063d7 (diff) |
Document testsuite, notably the DBD::Pg version required
-rw-r--r-- | README.dev | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/README.dev b/README.dev index 0c0db7eed..744cf8495 100644 --- a/README.dev +++ b/README.dev @@ -2,6 +2,17 @@ This file is to help developers of the check_postgres program. Additions are welcome! +** TESTSUITE ** + +For testing PostgreSQL 9.2 and later, DBD::Pg 2.19.3 is required. + +Running the testsuite: + +* LC_ALL=C make test +* initdb and friends not in $PATH: LC_ALL=C make test PGBINDIR=/usr/lib/postgresql/9.2/bin +* Run a single test: LC_ALL=C make test TEST_FILES=t/02_database_size.t +* Skip network tests: LC_ALL=C make test SKIP_NETWORK_TESTS=1 + ** RELEASE PROCESS ** Quick notes on the current release process: |