buildmaster: uncomment cat taskotron log step

This commit is contained in:
Martin Krizek 2014-08-15 14:24:46 +00:00
parent 6a5cb53f2a
commit c64a788abe

View file

@ -156,9 +156,8 @@ factory.addStep(ShellCommand(command=["runtask", '-i',
Interpolate('%(prop:taskname)s.yml')],
name='runtask'))
# disabling this for now until all the logging changes are pushed
# print the log (see T230)
#factory.addStep(ShellCommand(command=["cat", "/var/log/taskotron/taskotron.log"], name="cat_log"))
# capture the taskotron log
factory.addStep(ShellCommand(command=["cat", "/var/log/taskotron/taskotron.log"], name="cat_log"))
from buildbot.config import BuilderConfig
c['builders'] = []