diff --git a/third_party/gtest-parallel/README.webrtc b/third_party/gtest-parallel/README.webrtc index 300fc5d5c4..4d47151087 100644 --- a/third_party/gtest-parallel/README.webrtc +++ b/third_party/gtest-parallel/README.webrtc @@ -1,5 +1,5 @@ URL: https://github.com/google/gtest-parallel -Version: df918e22b6037df00e3d3d7b6d5809e2009265dd +Version: d0cebaba01c5dbf3af8a1c89b64eed7596c2b56c License: Apache 2.0 License File: LICENSE diff --git a/third_party/gtest-parallel/gtest-parallel b/third_party/gtest-parallel/gtest-parallel index 9b1f9eee35..4e80928df6 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):