On Jun 29, 2009, at 12:39 PM, Ovid wrote:
if the 'some subtest' subtest didn't emit anything until that summary 'ok 1' line, can we safely run subtests in parallel without worrying about whether or not their output overlaps?
Not unless you can put a lock on the file handle. Or, I guess, you send all of the tap to the file handle as a single scalar. Maybe a single print with a list would work, too? I honestly don't know how that would work. Might be OS dependent, no?
Best, David