also, if you are using Ruby 1.8.6, this is a known bug. To fix it go back to 1.8.5. <br><br><div><span class="gmail_quote">On 6/13/07, <b class="gmail_sendername">Tim Lucas</b> <<a href="mailto:t.lucas@toolmantim.com">
t.lucas@toolmantim.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">On 13/06/2007, at 4:35 PM, dc wrote:<br><br>> CC is happily ignoring failing tests, even tho the webpanel reports
<br>> the errors in the "errors" section.<br><br>CC uses the exit status to determine if the build was successful or<br>not, not the output. My guess is that your cruise task is returning a<br>success exit status.
<br><br>The easiest way to return an error exit status is by raising an<br>exception inside the cruise task if it should fail.<br><br>-- tim<br><br>_______________________________________________<br>Cruisecontrolrb-users mailing list
<br><a href="mailto:Cruisecontrolrb-users@rubyforge.org">Cruisecontrolrb-users@rubyforge.org</a><br><a href="http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users">http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users
</a><br></blockquote></div><br>