[Zope3-dev] Linux Test Results

Chris Withers chrisw@nipltd.com
Thu, 07 Mar 2002 21:39:46 +0000


Lalo Martins wrote:
> 
> Since it passed, Chris asked me to run the Zope3 nightlies,
> because his setup is crashing over some peculiarity with windows
> and popen3.

And on that front, if anyone can help me find out which test(s?) are hanging,
I'd really appreciate it :-S

Basically, I do rouhgly the same as:

(i,o,e)=popen('python test.py')
result=o.read()+e.read()
i.close()
o.close()
e.close()

...and it hangs somewhere in here. How do I find out where? Any ideas gratefully
recieved...

cheers,

Chris