Shaun McDonald, 18-02-2007 21:53:
Hi James, *,

Here's the results of my 35 minutes of learning some perl to solve the problem:

shaun-mcdonalds-computer:~/ooo/qa/qatesttool/script/analyze shaunmcdonald$ perl make_summary.pl ~oootestsmsm1/Sites/ooo/testtoolresults/2006-01-28/*.res Filename Errors Warnings Warnings_during_initialization ============================ ====== ======== ==============================
b_updt.res                         5        17         0
[..]
xforms_updt.res                    0         0         0
==============================================================================
Total 21 files                    15        39         0
shaun-mcdonalds-computer:~/ooo/qa/qatesttool/script/analyze shaunmcdonald$ cvs diff -u make_summary.pl
Index: make_summary.pl

The special line is:
    $filename = substr($file, rindex($file, "/")+1, length($file));

I've committed it to the branch ooo220. If there are no issues with the patch I done, please merge it back into the HEAD (or tell me to learn to do merges in CVS).


Since branch ooo220 is what we are using right now to test 2.2, so it's more sensible to issues than HEAD right now.
You should have put in on HEAD, the merge to ooo220.

Does this works on Windows?

I don't know how the path is handled on Windows, but the default on windows is "\" instead of "/".

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to