SeattleTestbed / utf

Unit Test Framework for SeattleTestbed
MIT License
1 stars 9 forks source link

Fix #61, set exit status to number of failed tests #65

Closed aaaaalbert closed 9 years ago

aaaaalbert commented 9 years ago

This patch makes utf.py set its exit status to the number of failed unit test cases (capped at 125 to keep POSIX et al. happy).

(It's essentially a cleaned-up variation on @karthikgvss's proposed PR #63. Thanks for going ahead with the initial implementation and testing!)

XuefengHuang commented 9 years ago

I tested this PR and it is my Travis test result(https://travis-ci.org/XuefengHuang/seattlelib_v2). I think it can be merged. BTW, I notice that Travis CI is able to support multi-OS-feature (http://blog.onthewings.net/2015/09/02/continuous_improvement_on_continuous_integration_for_haxe_projects/), so the UI is better than before! You are able to check whether it is OS X or Linux via icon(apple or penguin).

aaaaalbert commented 9 years ago

Thanks for testing! Merging now.