xref: /freebsd/usr.bin/lastcomm/tests/README (revision 05248206)
1
2To create the files for regression testing do the following.
3
41. Run values.sh for a given architecture and accounting version.
52. Unpack the generated file and rename acct into VERSION-ARCH.acct.
63. Run lastcomm -cuseS -f VERSION-ARCH-acct.in |
7   awk '{$4 = ""; print}' >VERSION-ARCH.out.
84. Compare the reported values in VERSION-ARCH.out against the
9   *.time values found in the file that values.sh generated.
10