[EMAIL PROTECTED] 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 _______________________________________________ Cruisecontrolrb-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users
