removing option in buildstep that appears to have a bug

This commit is contained in:
Tim Flink 2014-10-08 16:08:53 +00:00
parent e8f4f36f35
commit 1754571159

View file

@ -161,8 +161,7 @@ factory.addStep(ShellCommand(command=["runtask", '-i',
Interpolate('%(prop:taskname)s.yml')],
descriptionDone=[Interpolate('%(prop:taskname)s on %(prop:item)s')],
name='runtask',
logfiles={'taskotron.log': '/var/log/taskotron/taskotron.log',
'follow': True,}))
logfiles={'taskotron.log': '/var/log/taskotron/taskotron.log', }))
# capture the taskotron log
factory.addStep(ShellCommand(command=["cat", "/var/log/taskotron/taskotron.log"], name="cat_log",