mozilla / Snappy-Symbolication-Server

https://wiki.mozilla.org/Snappy_Symbolication_Server
Mozilla Public License 2.0
3 stars 12 forks source link

Travis CI needs to recognize unittest failures #61

Closed bytesized closed 8 years ago

bytesized commented 8 years ago

It seems that Travis CI does not recognize unittest test failures. See this test run as an example.

willkg commented 8 years ago

Travis has this at the bottom of the log:

The command "python ./runTests.py -c ./travis_config.json" exited with 0.

It runTests.py needs to return a non-0 exit code if tests fail.

bytesized commented 8 years ago

I thought it did. Obviously I was wrong. I will investigate.

bytesized commented 8 years ago

Fixed by PR #62