On Fri, 12 Apr 2013 17:32:49 -0500
Serge Hallyn wrote:
> Quoting Dwight Engen (dwight.en...@oracle.com):
> > On Fri, 12 Apr 2013 15:36:03 -0500
> > Serge Hallyn wrote:
> >
> > > Quoting Dwight Engen (dwight.en...@oracle.com):
> > > > pclose returns the exit status from wait, we need to check th
Quoting Dwight Engen (dwight.en...@oracle.com):
> On Fri, 12 Apr 2013 15:36:03 -0500
> Serge Hallyn wrote:
>
> > Quoting Dwight Engen (dwight.en...@oracle.com):
> > > pclose returns the exit status from wait, we need to check that to
> > > see if the script itself failed or not. Tested a script t
On Fri, 12 Apr 2013 15:36:03 -0500
Serge Hallyn wrote:
> Quoting Dwight Engen (dwight.en...@oracle.com):
> > pclose returns the exit status from wait, we need to check that to
> > see if the script itself failed or not. Tested a script that
> > returned 0, 1, and also one that did a sleep and the
Quoting Dwight Engen (dwight.en...@oracle.com):
> pclose returns the exit status from wait, we need to check that to see if
> the script itself failed or not. Tested a script that returned 0, 1, and
> also one that did a sleep and then was killed by a signal (abnormal
> termination).
>
> Signed-of