mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-05 04:06:33 +02:00
Add direct flush calls to stderr / stdout.
Change-Id: I272661e276f4968d464706c802e24a0600b9af46 BUG=8393 TEST=N/A Review URL: http://codereview.chromium.org/4088007
This commit is contained in:
parent
99b3f551d8
commit
cf51905a08
@ -234,6 +234,10 @@ class ReportGenerator(object):
|
||||
except:
|
||||
print 'Could not open %s' % path
|
||||
|
||||
# Sometimes the builders exit before these buffers are flushed.
|
||||
sys.stderr.flush()
|
||||
sys.stdout.flush()
|
||||
|
||||
def Run(self):
|
||||
"""Runs report generation."""
|
||||
self._CollectResults()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user