class ParallelTests::CLI

def report_output(result, lock)

def report_output(result, lock)
  lock.flock File::LOCK_EX
  $stdout.puts result[:stdout]
  $stdout.flush
ensure
  lock.flock File::LOCK_UN
end