Re: [PATCHv2 1/8] run_processes_parallel: Add output to tracing messages

2015-10-30 Thread Stefan Beller
On Thu, Oct 29, 2015 at 6:10 PM, Eric Sunshine wrote: > On Wed, Oct 28, 2015 at 7:21 PM, Stefan Beller wrote: >> run_processes_parallel: Add output to tracing messages > > This doesn't really say much. I guess you mean that the intention is > to

Re: [PATCHv2 1/8] run_processes_parallel: Add output to tracing messages

2015-10-29 Thread Eric Sunshine
On Wed, Oct 28, 2015 at 7:21 PM, Stefan Beller wrote: > run_processes_parallel: Add output to tracing messages This doesn't really say much. I guess you mean that the intention is to delimit a section in which output from various tasks may be intermixed. Perhaps:

[PATCHv2 1/8] run_processes_parallel: Add output to tracing messages

2015-10-28 Thread Stefan Beller
This commit serves 2 purposes. First this may help the user who tries to diagnose intermixed process calls. Second this may be used in a later patch for testing. As the output of a command should not change visibly except for going faster, grepping for the trace output seems like a viable testing