On 10/26/2012 10:59 AM, Steve Beattie wrote:
> This patch fixes two issue with the simple test driver. The first is
> that child exec that actually ran the parser was located inside the
> eval statement. This meant that if the exec failed for some reason
> (like the parser didn't exist), the child
This patch fixes two issue with the simple test driver. The first is
that child exec that actually ran the parser was located inside the
eval statement. This meant that if the exec failed for some reason
(like the parser didn't exist), the child wouldn't actually die,
but would pop out of the eval