From: Phlip Date: 2009-03-30T03:39:56+09:00 Subject: Re: [ANN] testy.rb - ruby testing that's mad at the world Jeremy Hinegardner wrote: > On Sun, Mar 29, 2009 at 08:01:18AM +0900, ara.t.howard wrote: >> . the exit status of running a test suite should indicate the degree of >> it's failure state: the more failures the higher the exit status >> > > Up to a limit of course. how about exiting with the percentage ? Exit status > is limited to 256 values, so you can make it exit 0 with lots of failures: Again: If you have any reason to _count_ the errors, you are already absolutely screwed anyway...