mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
bitbake-dev: Always include logs for now
This commit is contained in:
@@ -81,7 +81,7 @@ def init(server, eventHandler):
|
|||||||
logfile = event[1]['logfile']
|
logfile = event[1]['logfile']
|
||||||
if logfile:
|
if logfile:
|
||||||
print "ERROR: Logfile of failure stored in %s." % logfile
|
print "ERROR: Logfile of failure stored in %s." % logfile
|
||||||
if includelogs:
|
if 1 or includelogs:
|
||||||
print "Log data follows:"
|
print "Log data follows:"
|
||||||
f = open(logfile, "r")
|
f = open(logfile, "r")
|
||||||
lines = []
|
lines = []
|
||||||
|
|||||||
Reference in New Issue
Block a user