On Apr 22, 2005, at 8:51 AM, Nathan Gray wrote:
On Thu, Apr 21, 2005 at 02:24:29PM -0400, Stevan Little wrote:On Apr 21, 2005, at 12:00 PM, Nathan Gray wrote:I don't quite understand the global/env variable idea. Can you explain
that in more detail?
It could be something as simple as this:
%*ENV<TODO_ALL_FOR_RELEASE> = 1;
It is really just a hack to allow for quick TODO-ing of all failing tests in the suite. I am not sure how well it will work out to be honest.
So if TODO_ALL_FOR_RELEASE is true, we just have 'proclaim' treat all failures as TODO. Sounds effective enough.
Essentially yes.
Stevan