Roll gtest-parallel.

BUG=
R=stefan@webrtc.org

Review URL: https://codereview.webrtc.org/2208023002 .

Cr-Commit-Position: refs/heads/master@{#13627}
This commit is contained in:
Peter Boström 2016-08-03 13:11:24 -04:00
parent 31e4e806b1
commit df47312fad
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
URL: https://github.com/google/gtest-parallel
Version: df918e22b6037df00e3d3d7b6d5809e2009265dd
Version: d0cebaba01c5dbf3af8a1c89b64eed7596c2b56c
License: Apache 2.0
License File: LICENSE

View File

@ -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):