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