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 <[email protected]> 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 _________________________________________________ For list-related administrative tasks: http://list.cs.brown.edu/mailman/listinfo/plt-dev
