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 changed files with 1 additions and 1 deletions

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 = []