Fix bug in parse_path where results from multi-machine synchronous jobs are ignored.

This patch fixes a bug in parse_path where results from multi-machine synchronous jobs are not parsed correctly and do not show up in the
database. Synchronous jobs keep result info in results/groupN/status.log.
The current parser algorithm parses results in results/groupN/<subdirs>.
This patch fixes that by adding parsing results/groupN in addition to the
subdirs.

Thanks to John Admanski for explaining the fix.

Signed-off-by: Nikhil Rao <ncrao@google.com>



git-svn-id: http://test.kernel.org/svn/autotest/trunk@2865 592f7852-d20e-0410-864c-8624ca9c26a4
1 file changed