1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

bitbake-dev: Always include logs for now

This commit is contained in:
Richard Purdie
2008-11-07 14:08:11 +00:00
parent 826cd19f04
commit fc50fe5f2d
+1 -1
View File
@@ -81,7 +81,7 @@ def init(server, eventHandler):
logfile = event[1]['logfile']
if logfile:
print "ERROR: Logfile of failure stored in %s." % logfile
if includelogs:
if 1 or includelogs:
print "Log data follows:"
f = open(logfile, "r")
lines = []