On Tue, Oct 4, 2011 at 4:57 PM, Mike Stump <mikest...@comcast.net> wrote: > On Oct 4, 2011, at 2:37 PM, Quentin Neill wrote: >> Ping? > > The problem with this patch is it reorders the listing so that lower priority > things are after higher priority things. The entire point of the routine is > to list the high priority things first, so that a casual user can read the > first line or two and not immediately if there is something they care about. > > Now, this property can be preserved simply by concatenating all the .sum > files found in a directory into an all.sum file, and then running the script > on those two files. If one does that, then the priority order is preserved.
Hi Mike, Thanks for the feedback. From the comments, I assumed the usage was to compare two .log files not .sum files. Maybe it is a new scenario I'm imagining - comparing two builds to see if ANY test results changed, regardless of order. In any case, I will work on your changes when I get time (after stage1 probably) -- Quentin