Allow server.job.parallel_simple to use a results directory per host 
for repair jobs with multiple hosts. This should result in much more 
helpful repair results where one can easily look through the output of 
the repair process for a single host.

Signed-off-by: Mihai Rusu <dizzy@google.com>



git-svn-id: http://test.kernel.org/svn/autotest/trunk@2803 592f7852-d20e-0410-864c-8624ca9c26a4
diff --git a/server/control_segments/repair b/server/control_segments/repair
index 99c33bb..e7432d9 100644
--- a/server/control_segments/repair
+++ b/server/control_segments/repair
@@ -36,4 +36,4 @@
         raise
 
 
-job.parallel_simple(repair, machines, log=False)
+job.parallel_simple(repair, machines)