X-Git-Url: https://git.openstreetmap.org/nominatim.git/blobdiff_plain/38c21de0ee17bb0eacd6cc8f0e1ed71cbee0b0c9..a5d0657d9b7a7d975082d2d65a20918c1ca5b108:/test/README.md diff --git a/test/README.md b/test/README.md index 5de08759..1f7a33ca 100644 --- a/test/README.md +++ b/test/README.md @@ -51,8 +51,8 @@ To execute the test suite run It will read phpunit.xml which points to the library, test path, bootstrap strip and set other parameters. -The database set by `UNIT_TEST_DSN` will be deleted and recreated. Not setting -it will skip some tests as pending, but not fail the tests. +It will use (and destroy) a local database 'nominatim_unit_tests'. You can set +a different connection string with e.g. UNIT_TEST_DSN='pgsql:dbname=foo_unit_tests'. BDD Functional Tests ====================