]> git.openstreetmap.org Git - nominatim.git/commitdiff
adapt CONTRIBUTING.md to new test locations and tools
authorSarah Hoffmann <lonvia@denofr.de>
Sat, 11 Mar 2017 16:13:24 +0000 (17:13 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Sat, 11 Mar 2017 16:13:24 +0000 (17:13 +0100)
CONTRIBUTING.md

index d23b33928698eeb97975ac0fe4b188856d8acc81..276137f6d9c9b0c8ace6ac8832f42460a46b8d6d 100644 (file)
@@ -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=<builddir> lettuce -t -Fail -t -Tiger features/db features/osm2pgsql
+  cd test/bdd
+  behave -DBUILDDIR=<builddir> db osm2pgsql
 ```
 
 ```
-  cd test-php
+  cd test/php
   phpunit ./
 ```