Hi Tony, On Mon, 2006-06-26 at 10:20 -0400, Anthony Balkissoon wrote: > The RunnerProcess change will come later along with more changes to > RunnerProcess. I have a few local changes to RunnerProcess that I haven't cleanup up yet, but that you might find handy. They make it possible to use RunnerProcess just as you could use SimpleTestHarness (e.g. echo gnu.testlet.some.test | runtime RunnerProcess) by just returning when stdin is empty (and in.readLine() returns null). And it makes sure the description of a test is always set to prevent null pointer exceptions later on when a test isn't loaded correctly (and doesn't contain a Tag: not-a-test). It also outputs a FAIL: line in such a case. If you could take a look and/or incorporate those changes into your patches that would be appreciated. Cheers, Mark