DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
Using the SVR5 ndcert test suites

Viewing the journal (result) files

The journal (result) files are stored in compressed format in the results subdirectory for each test suite. The journals are numbered sequentially in the order in which the tests are run: 0001e, 0002e, and so forth.

To view the journal file, cd to the test suite's directory and use the following utilities:


To create a summary of all test suite results
Allrpt

The resulting summary report will be put into the summary.ndcert.<date> file.


To view complete results for the test run
rpt [-a <test_suite_name>] [-f <journal_file>]

For example:

   rpt  -a  nd-mdi
Or: cd  nd-mdi/results rpt  -f  0001e


To view failure-only results of a test run
rpt -p [-a <test_suite_name>] [-f <journal_file>]

For example:

   rpt   -p  -a   nd-mdi
Or:
   cd  nd-mdi/results
   rpt -p -f  0001e

To view results of tcc build command or view entire journal file
unc_read <journal_file> <output_file>

<output_file> will contain the uncompressed journal file that can be viewed with any standard editor.

For example:

   unc_read  0001e  0001e.txt

To view summary results of a test run
unc_read <journal_file> | vres

For example:

   cd  nd_mdi/results
   unc_read  0001e  |  vres

© 2005 The SCO Group, Inc. All rights reserved.
OpenServer 6 and UnixWare (SVR5) HDK - June 2005