This project is archived and is in readonly mode.

#2224 ✓resolved
Kerry Buckley

Report errors when running top-level build

Reported by Kerry Buckley | March 12th, 2009 @ 08:16 PM | in 2.x

When running the top-level rake tasks, no indication is given if one of the underlying project tasks fails.

This is particularly confusing for new contributors when checking out rails and running rake for the first time. Unless you watch the output like a hawk or scroll back you can easily miss failures and think all the tests have passed.

This simple patch modifies the rakefile to record errors as it runs the tasks. If any fail, the top-level task also fails, listing the failed projects.

Comments and changes to this ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

<h2 style="font-size: 14px">Tickets have moved to Github</h2>

The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>

People watching this ticket

Attachments

Referenced by

Pages