* [Buildroot] [PATCH] support/testing/infra: rm extra log flush in builder.py
@ 2018-08-11 1:02 Matt Weber
2018-08-11 10:38 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Matt Weber @ 2018-08-11 1:02 UTC (permalink / raw)
To: buildroot
While integrating proxy support in builder.py, a log flush
was left in the code. This commit cleans/removes that code.
Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com>
---
support/testing/infra/builder.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/support/testing/infra/builder.py b/support/testing/infra/builder.py
index 30230fd..fc318fe 100644
--- a/support/testing/infra/builder.py
+++ b/support/testing/infra/builder.py
@@ -38,7 +38,6 @@ class Builder(object):
if "http_proxy" in os.environ:
self.logfile.write("Using system proxy: " +
os.environ["http_proxy"] + "\n")
- self.logfile.flush()
env['http_proxy'] = os.environ["http_proxy"]
env['https_proxy'] = os.environ["http_proxy"]
cmd = ["make", "-C", self.builddir]
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-08-11 10:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-11 1:02 [Buildroot] [PATCH] support/testing/infra: rm extra log flush in builder.py Matt Weber
2018-08-11 10:38 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox