[PATCH] autotest properly consolidates failures with backtrace enabled
Reported by David Yeu | April 15th, 2008 @ 11:06 PM | in No-Milestone-Assigned
With rspec, autotest always seemed to run the full suite after any failed spec was fixed, instead of waiting for all of them, as is the behavior with test/unit.
The bug seemed to be a bad mapping of file => example, where the same, erroneous file was used for each failing spec.
With this one-liner, the full suite should now run only after all errors are resolved.
Comments and changes to this ticket
-
David Yeu April 16th, 2008 @ 08:00 AM
- → Title changed from [PATCH] autotest runs the full suite after all errors are resolved to [PATCH] autotest properly consolidates failures with backtrace enabled
Doh. I got it wrong before. Turns out I had backtrace enabled, which was the root of the problem. And I didn't include a spec.
An updated title and patch then. Don't see this being too relevant, as autotest w/o backtrace is much friendlier anyway.
Please Login or create a free account to add a new comment.
You can update this ticket by sending an email to from your email client. (help)
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
Behaviour Driven Development for Ruby.
