On Jan 10, 2008 12:23 PM, Allison Randal <[EMAIL PROTECTED]> wrote: > Aye, I would want to improve on the Python solution. But maintaining a > config file something like: > > [darwin] > t/pmc/foo.t 3 5-7 9 # platform doesn't support libfoo > t/pmc/bar.t 1 42 > ... > > [MSWin32] > t/pmc/foo.t 32 > ...
This seems to be too obvious to be a real question but what if someone adds a new test in the middle of bar.t ? Will she have to remember to update the numbers in the central config file? Gabor