[racket] Can `raco test ...' return non 0 values?

From: Jay McCarthy (jay.mccarthy at gmail.com)
Date: Wed Mar 20 16:00:01 EDT 2013

On Wed, Mar 20, 2013 at 1:25 PM, Diogo F. S. Ramos <diogofsr at gmail.com> wrote:
> My backup plan is to write a filter that will wrap around `raco test
> ...'. It will then output everything `raco test ...' outputs but will
> heuristically look for failures, like the word "FAILURE" or the phrase
> "Check failure", returning non-0 values accordingly.

Another option is to just look for output to STDERR. That's what DrDr
does to be testing system agnostic (in addition to looking for non-0
exit codes.)

Jay

--
Jay McCarthy <jay at cs.byu.edu>
Assistant Professor / Brigham Young University
http://faculty.cs.byu.edu/~jay

"The glory of God is Intelligence" - D&C 93

Posted on the users mailing list.