railsware / Sleipnir

BDD-style framework for Swift
http://railsware.com/blog/2014/07/04/bdd-style-testing-in-swift-with-sleipnir
MIT License
844 stars 48 forks source link

Specs invocation should shutdown with appropriate result #7

Closed atermenji closed 9 years ago

atermenji commented 10 years ago

Currenty specs invocation always returns 0 to command line output, even when there are failed specs. This is wrong, failure number should be returned when some specs have not passed. This will allow CI servers to easily determine build errors.