From: Sarah Hoffmann Date: Mon, 28 Mar 2016 15:17:56 +0000 (+0200) Subject: exclude Tiger stuff from required tests X-Git-Tag: v3.0.0~186 X-Git-Url: https://git.openstreetmap.org/nominatim.git/commitdiff_plain/bfcbb94aedfc495c7cefc3d13fcbbe9af3473003 exclude Tiger stuff from required tests --- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 04ed748b..9d52ee66 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -38,7 +38,7 @@ Before submitting a pull request make sure that the following tests pass: ``` cd tests - NOMINATIM_DIR= lettuce -t -Fail features/db features/osm2pgsql + NOMINATIM_DIR= lettuce -t -Fail -t -Tiger features/db features/osm2pgsql ``` ```