From: Jeremy Hinegardner Date: 2009-03-30T03:16:11+09:00 Subject: Re: [ANN] testy.rb - ruby testing that's mad at the world 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: http://gist.github.com/87480 enjoy, -jeremy -- ======================================================================== Jeremy Hinegardner jeremy@hinegardner.org