as I understand it, the problem is w/ test/unit - so we&#39;re waiting for the next interim release of ruby for it to be fixed.<br><br>that said, you can probably code a work around if you must use 1.8.6<br><br>look at the at_exit handler in test/unit, you might be able to do a similar thing w/o using an at_exit block (include all your tests, then call the code directly and return 0 or 1 as appropriate)
<br><br>if it works let us know!<br><br>Jeremy<br><br><div><span class="gmail_quote">On 8/3/07, <b class="gmail_sendername">Antonio Cangiano</b> &lt;<a href="mailto:acangiano@gmail.com">acangiano@gmail.com</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">CruiseControl.rb works great with Ruby 1.8.5 but it is currently not working correctly with 
1.8.6 (because error codes are not returned when exceptions are raised while running tests). I was wondering if you have a rough estimate of when a fix will be available?
<br><br>Thanks in advance,<br>Antonio<br><span class="sg">-- <br><a href="http://antoniocangiano.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://antoniocangiano.com</a> - Zen and the Art of Ruby Programming
<br><a href="http://math-blog.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://math-blog.com</a> - Math Blog: Mathematics is wonderful!
</span><br>_______________________________________________<br>Cruisecontrolrb-users mailing list<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:Cruisecontrolrb-users@rubyforge.org">Cruisecontrolrb-users@rubyforge.org
</a><br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users" target="_blank">http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users</a><br><br></blockquote>
</div><br>