>> --- /tmp/exec_postrun Fri Jan 25 21:52:45 2008 >> +++ ./exec_postrun Fri Jan 25 20:59:49 2008 >> @@ -13,10 +13,10 @@ >> >> exec_name=`echo *.$num` >> echo "Executing $exec_name" >> - /bin/sh $exec_name > $OUTPUT 2>& 1 >> + /bin/sh $exec_name 2> $OUTPUT > /dev/null > > I think Karen was attempting to capture both stdout and stderr so we'd > have all the output possible to report in the failure case below.
Okay, I'll remove the /dev/null and instead capture everything in $OUTPUT. I actually had that originally but it made the output of some of the failures very verbose. dsc
