dtrace: Address KMSAN warnings in dtrace_disx86
[freebsd/src.git] / usr.bin / lastcomm / tests / README
blob1617d04adfb33fdf61ed5a1adeb6099303fc60b8
2 To create the files for regression testing do the following.
4 1. Run values.sh for a given architecture and accounting version.
5 2. Unpack the generated file and rename acct into VERSION-ARCH.acct.
6 3. Run lastcomm -cuseS -f VERSION-ARCH-acct.in |
7    awk '{$4 = ""; print}' >VERSION-ARCH.out.
8 4. Compare the reported values in VERSION-ARCH.out against the
9    *.time values found in the file that values.sh generated.