[Cruisecontrolrb-users] [ANN] CruiseControl.rb 1.3.0
Alexey Verkhovsky
averkhov at thoughtworks.com
Mon Apr 28 12:27:11 EDT 2008
-----cruisecontrolrb-users-bounces at rubyforge.org wrote: -----
> if the preconditions fail
> email still says it passed because there were no errors in the test log.
CC.rb has no concept of preconditions, and doesn't care about the contents
of test log to determine if the build passed or failed. Just the exit code
of the build command. If Rake exits with a zero exit code on failure, build
passed. So, if migration fails and CC.rb reports test passed, that should
be a bug in the build process.
Can you please give me more details?
1. Are you running your own Rake tasks, or CC.rb defaults?
2. What does ruby -v say?
--
Alex
More information about the Cruisecontrolrb-users
mailing list