buildmaster: uncomment cat taskotron log step
This commit is contained in:
parent
6a5cb53f2a
commit
c64a788abe
1 changed files with 2 additions and 3 deletions
|
@ -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'] = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue