seatest
seatest copied to clipboard
Return 0 in Seatest Hello World
trafficstars
Hi, there, In *nix convention, return value 0 means success. But in the Seatest Hello World, it return 1 when success, which is a little surprise to caller. Is any better choice for Seatest Hello World other than return 1?
Seatest return number of failed tests (0 if success).
perhaps 0-tests failed?
Note, on your own projects you can return whatever you like.