Paul Vriens wrote:
every now and then one of the tests failed. Probably because a process is not longer there.
You could spawn a child-process in the test which would be more reliable (or you could query the current process - that's what I do in the psapi tests)...
Felix