[plt-dev] Re: Pre-Release Checklist for v4.2.5
run-tests returns the number of failures, so you can pass that value to exit.
I.e. replace run-all-tests.ss with
(exit (run-tests all-web-server-tests))
HTH,
N.
On Thu, Mar 25, 2010 at 5:38 PM, Jay McCarthy <jay.mccarthy at gmail.com> wrote:
> Actually I do get the error on the HEAD and DrDr gets it too but I
> didn't see because SchemeUnit doesn't use stderr or a bad exit code.
>
> http://drdr.plt-scheme.org/18617/collects/tests/web-server/run-all-tests.ss
>
> Jay