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
On Fri, 2005-07-22 at 16:06, Felix Nawothnig wrote:
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
Hi,
I did this on purpose as I wanted to be able (or other's for that matter) to check the output with a still running process after winetest had run.
Cheers,
Paul.