X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/0ae62280ab348e3fc779558a119f5f93ebd2583b..d3604b8594ce1c2ec01bac675fc35b49ab8fc7df:/test/README.md diff --git a/test/README.md b/test/README.md index 9b777412..cdf350f8 100644 --- a/test/README.md +++ b/test/README.md @@ -66,14 +66,15 @@ To run the functional tests, do cd test/bdd behave -The tests can be configured with a set of environment variables: +The tests can be configured with a set of environment variables (`behave -D key=val`): - * `BUILD_DIR` - build directory of Nominatim installation to test + * `BUILDDIR` - build directory of Nominatim installation to test * `TEMPLATE_DB` - name of template database used as a skeleton for the test databases (db tests) * `TEST_DB` - name of test database (db tests) * `API_TEST_DB` - name of the database containing the API test data (api tests) * `DB_HOST` - (optional) hostname of database host + * `DB_PORT` - (optional) port of database on host * `DB_USER` - (optional) username of database login * `DB_PASS` - (optional) password for database login * `SERVER_MODULE_PATH` - (optional) path on the Postgres server to Nominatim