]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - tools/regression/usr.bin/lastcomm/README
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.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.