Travis tests don't display failure
vr2262 opened this issue · 5 comments
vr2262 commented
https://magnum.travis-ci.com/SEL-Columbia/dokomoforms/builds/6776084
That's not good.
dpapathanasiou commented
vr2262 commented
It says "passed" with a green check mark even though a test failed.
vr2262 commented
It might be time to switch to nose.
dpapathanasiou commented
Oh, you mean the bash script still exits with zero, and travis thinks all is well... I get it
dpapathanasiou commented
This commit 269a43c fixes it under the current bash construct, though eventually we should probably use nose...