Project-OSRM / node-osrm

DEPRECATED Part of osrm-backend since 5.7. NodeJS bindings for OSRM
BSD 2-Clause "Simplified" License
141 stars 48 forks source link

Mac OS X travis builds should fail on checksum mismatch #249

Closed freenerd closed 8 years ago

freenerd commented 8 years ago

Linux fails https://travis-ci.org/Project-OSRM/node-osrm/jobs/162779816#L2298

Mac OS X continues https://travis-ci.org/Project-OSRM/node-osrm/jobs/162779818#L2221

daniel-j-h commented 8 years ago

Related: https://github.com/Project-OSRM/node-osrm/pull/246 introduced a md5sum Node script:

https://github.com/Project-OSRM/node-osrm/blob/0934db21b66583b093908e0b32fde3ed4b3ab3c2/test/data/Makefile#L36.

But we still rely on the md5sum binary for generating the md5sum checksum file:

https://github.com/Project-OSRM/node-osrm/blob/0934db21b66583b093908e0b32fde3ed4b3ab3c2/test/data/Makefile#L47

springmeyer commented 8 years ago

Fixed by #258