Re: PATCH: add dejagnu-report-card(1) tool (run as "dejagnu report card")
Jacob Bachmeyer <[email protected]>
| Newsgroups | gmane.comp.sysutils.dejagnu.general |
|---|---|
| Message-ID | <[email protected]> |
Ben Elliston wrote:
> Do you have an example of the report-card output we can take a look at?
>
There are a couple of examples in the manual page, and here is the
result of running it here after running the full DejaGnu testsuite with
the patch:
__________________________________________________
/ PASS FAIL ?PASS ?FAIL UNSUP UNRES UNTEST
|--------------------------------------------------
launcher | 52 0 0 0 0 0 0
libdejagnu | 5 0 0 0 0 0 0
report-card / awk | 245 0 0 0 0 0 0
report-card / sh | 245 0 0 0 0 0 0
report-card / tcl | 245 0 0 0 0 0 0
runtest | 135 0 0 0 0 0 0
|--------------------------------------------------
awk | 245 0 0 0 0 0 0
sh | 245 0 0 0 0 0 0
tcl | 245 0 0 0 0 0 0
|--------------------------------------------------
| 927 0 0 0 0 0 0
\__________________________________________________
-- Jacob