This project is archived and is in readonly mode.
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
-
Chris Kampmeier March 16th, 2009 @ 01:26 PM
I was just wondering about this a moment ago. Looks good, works as expected. +1
-
Repository May 18th, 2009 @ 10:28 AM
- State changed from new to resolved
(from [49afe81a13a98d1878f2400bef11a7b89468dff0]) Report errors in 'all project' rake tasks [#2224 state:resolved]
Signed-off-by: Pratik Naik pratiknaik@gmail.com
http://github.com/rails/rails/commit/49afe81a13a98d1878f2400bef11a7...
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
Tags
Referenced by
- 2224 Report errors when running top-level build (from [49afe81a13a98d1878f2400bef11a7b89468dff0]) Report ...