]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.bin/lastcomm/tests/README
MFC various moves of tools/regressions/ tests to the new infrastructure.
[FreeBSD/stable/10.git] / usr.bin / lastcomm / tests / README
1 $FreeBSD$
2
3 To create the files for regression testing do the following.
4
5 1. Run values.sh for a given architecture and accounting version.
6 2. Unpack the generated file and rename acct into VERSION-ARCH.acct.
7 3. Run lastcomm -cuseS -f VERSION-ARCH-acct.in |
8    awk '{$4 = ""; print}' >VERSION-ARCH.out.
9 4. Compare the reported values in VERSION-ARCH.out against the
10    *.time values found in the file that values.sh generated.