[Buildbot-commits] [Buildbot] #1842: logfiles apparently not allowed to be a plain string

Buildbot nobody at buildbot.net
Tue Mar 1 00:23:33 UTC 2011


#1842: logfiles apparently not allowed to be a plain string
----------------------------+------------------------
Reporter:  dabrahams        |       Owner:
    Type:  support-request  |      Status:  new
Priority:  major            |   Milestone:  undecided
 Version:  0.8.3p1          |  Resolution:
Keywords:                   |
----------------------------+------------------------

Comment (by dabrahams):

 See attached, which works.  Changing
 {{{
 logfiles = dict(testlog=dict(filename='test.log'))
 }}}

 to

 {{{
 logfiles = 'test.log'
 }}}

 makes it break

-- 
Ticket URL: <http://trac.buildbot.net/ticket/1842#comment:3>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the Commits mailing list