srushti / goldberg

Goldberg is a lightweight CI server written in Ruby which worries about Bundler & RVM so that you don't have to.
Other
243 stars 29 forks source link

Show status as success even build has been failed #152

Closed sivagollapalli closed 11 years ago

sivagollapalli commented 11 years ago

I have added rspec request specs with selenium integrated with it. Due to, it didn't attain stable connection with firefox all specs has been failed. But it shows status as green which means build has been successfully. I don't know why? Could you please look into this?

srushti commented 11 years ago

It will depend entirely on the exit status of the build process. I'm guessing your build script (rake or whatever else you're using) isn't reporting the error properly.

Let me know if the exit code is returning properly and yet the build shows green.

srushti commented 11 years ago

I'm closing this issue for now.

Please let me know if you were able to resolve this issue.