|
From: Randy D. <rd...@xe...> - 2007-06-14 03:37:41
|
Hi, I often want to see a quick summary (SCORE) of an open POSIX test suite full run without having to read the log file, so I wrote a small script to provide a SCORE (0 - 100) of a test run. The script is attached in case anyone finds it as useful as I do. Example (from linux-2.6.22-rc4-git5 on x86_64): Using logfile=logfile build errors: 13 files, 31 lines PASS: 1715 FAILED: 39 UNTESTED: 95 UNRESOLVED: 10 UNSUPPORTED: 22 INTERRUPTED: 7 SCORE: 91 Regards, --- ~Randy |