On 07/19/2010 12:01 PM, Rafael Folco wrote: > Hello core developers, > > I need some help debugging run_parallel function, I think we have a bug > there. I am using job.parallel and I have a hard time to get return code > from it. It looks like this function is not returning anything, it is > always as 'None'. > > In client/common_lib/utils.py I took a look at run_parallel function, > but I could not find where the problem is:
job.parallel (implemented in client/bin/job.py) has a different implementation that run_parallel in client/common_lib/utils.py, and it doesn't return any value. Instead of job.parallel, try, utils.run_parallel. -- Shaun Ruffell Digium, Inc. | Linux Kernel Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at: www.digium.com & www.asterisk.org _______________________________________________ Autotest mailing list [email protected] http://test.kernel.org/cgi-bin/mailman/listinfo/autotest
