From df47312fad7fe013601351d972d09d597f7fe9f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Bostr=C3=B6m?= Date: Wed, 3 Aug 2016 13:11:24 -0400 Subject: [PATCH] Roll gtest-parallel. BUG= R=stefan@webrtc.org Review URL: https://codereview.webrtc.org/2208023002 . Cr-Commit-Position: refs/heads/master@{#13627} --- third_party/gtest-parallel/README.webrtc | 2 +- third_party/gtest-parallel/gtest-parallel | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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):