youtube / spitfire

A high-performance Python template language
BSD 3-Clause "New" or "Revised" License
404 stars 58 forks source link

Test suite does not fail on error #37

Closed nicksay closed 8 years ago

nicksay commented 8 years ago

Currently, running make tests succeeds even when the test suite has errors. This is because the test runner (scripts/crunner.py) does not track failures and always exits normally.