| Index: third_party/gtest-parallel/gtest-parallel
|
| diff --git a/third_party/gtest-parallel/gtest-parallel b/third_party/gtest-parallel/gtest-parallel
|
| index 9b1f9eee35633f01aaae36c1c00c12ea76881267..4e80928df659269eca75f169dbefc2f545c83025 100755
|
| --- a/third_party/gtest-parallel/gtest-parallel
|
| +++ b/third_party/gtest-parallel/gtest-parallel
|
| @@ -180,7 +180,7 @@ class RawFormat:
|
| sys.stdout.flush()
|
| stdout_lock.release()
|
| def logfile(self, job_id, name):
|
| - with open(self.outputs[job_id]) as f:
|
| + with open(name) as f:
|
| for line in f.readlines():
|
| self.log(str(job_id) + '> ' + line.rstrip())
|
| def end(self):
|
|
|