From: Sarah Hoffmann Date: Sat, 11 Mar 2017 16:13:24 +0000 (+0100) Subject: adapt CONTRIBUTING.md to new test locations and tools X-Git-Tag: v3.0.0~58^2 X-Git-Url: https://git.openstreetmap.org/nominatim.git/commitdiff_plain/9e54d1d6eb3e418c13ea090eeee4c9f9ee30b55a adapt CONTRIBUTING.md to new test locations and tools --- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d23b3392..276137f6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -38,11 +38,11 @@ The coding style is enforced with PHPCS and can be tested with: Before submitting a pull request make sure that the following tests pass: ``` - cd tests - NOMINATIM_DIR= lettuce -t -Fail -t -Tiger features/db features/osm2pgsql + cd test/bdd + behave -DBUILDDIR= db osm2pgsql ``` ``` - cd test-php + cd test/php phpunit ./ ```