Re: A bit of a boggle about subprocess.poll() and the codes it receives from a process

2011-09-10 Thread Kushal Kumaran
On Fri, Sep 9, 2011 at 11:02 PM, J wrote: > Hi, > I need a bit of help sorting this out... > I have a memory test script that is a bit of compiled C.  The test itself > can only ever return a 0 or 1 exit code, this is explicitly coded and there > are no other options. > I also have a wrapper test

A bit of a boggle about subprocess.poll() and the codes it receives from a process

2011-09-09 Thread J
Hi, I need a bit of help sorting this out... I have a memory test script that is a bit of compiled C. The test itself can only ever return a 0 or 1 exit code, this is explicitly coded and there are no other options. I also have a wrapper test script that calls the C program that should also onl