]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - tools/regression/usr.bin/lastcomm/README
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / tools / regression / usr.bin / lastcomm / 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.