]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - usr.bin/lastcomm/tests/README
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.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.