#798: buildbot email says success but warnings were generated
-------------------+--------------------------------------------------------
Reporter:  chrb    |       Owner:           
    Type:  defect  |      Status:  new      
Priority:  major   |   Milestone:  undecided
 Version:  0.8.0   |    Keywords:           
-------------------+--------------------------------------------------------
 I have a build that generates compile warnings. The emails that buildbot
 sends out should mention this. Instead the emails say "Build succeeded!".

 The relevant bit of code from buildbot/status/mail.py is:

 {{{
     if result == 'success':
         text += "Build succeeded!\n"
     elif result == 'warnings':
         text += "Build Had Warnings%s\n" % t
     else:
         text += "BUILD FAILED%s\n" % t
 }}}

 The web interface clearly shows that the final Compile step had warnings,
 so there is something going wrong somewhere that causes the return status
 to have the value "success" instead of "warnings".

-- 
Ticket URL: <http://buildbot.net/trac/ticket/798>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Buildbot-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/buildbot-commits

Reply via email to