pelias / pbf2json

An OpenStreetMap pbf parser which exports json, allows you to cherry-pick tags and handles denormalizing ways and relations. Available as a standalone binary and comes with a convenient npm wrapper.
https://pelias.io
MIT License
143 stars 36 forks source link

chore(test): Use dedicated test script to catch errors #68

Closed orangejulius closed 6 years ago

orangejulius commented 6 years ago

The way we were running our unit tests does not catch fatal errors in the unit test run, even though they return non-zero status codes.

By using a dedicated script to run the tests, with the pipefail option, we can catch them.

Connects https://github.com/pelias/pelias/issues/744