exclude Tiger stuff from required tests

This commit is contained in:
Sarah Hoffmann 2016-03-28 17:17:56 +02:00
parent 5d928d5187
commit bfcbb94aed

View File

@ -38,7 +38,7 @@ Before submitting a pull request make sure that the following tests pass:
```
cd tests
NOMINATIM_DIR=<builddir> lettuce -t -Fail features/db features/osm2pgsql
NOMINATIM_DIR=<builddir> lettuce -t -Fail -t -Tiger features/db features/osm2pgsql
```
```