summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authordds <dds@FreeBSD.org>2007-05-24 06:57:50 +0000
committerdds <dds@FreeBSD.org>2007-05-24 06:57:50 +0000
commit6c4cb0bac0a0b10914931989afd5923b09514c1a (patch)
tree81ff5999a9ed5da2646b0e8137be6a0f6e09af48 /tools
parent22615a5b86297a263a843ce12688277c8b43b2a6 (diff)
downloadFreeBSD-src-6c4cb0bac0a0b10914931989afd5923b09514c1a.zip
FreeBSD-src-6c4cb0bac0a0b10914931989afd5923b09514c1a.tar.gz
Modify file generation instructions to remove the tty field:
the mapping from number to name differs between systems, and will cause tests to fail.
Diffstat (limited to 'tools')
-rw-r--r--tools/regression/usr.bin/lastcomm/README3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/regression/usr.bin/lastcomm/README b/tools/regression/usr.bin/lastcomm/README
index 37f6018..62e0281 100644
--- a/tools/regression/usr.bin/lastcomm/README
+++ b/tools/regression/usr.bin/lastcomm/README
@@ -4,6 +4,7 @@ To create the files for regression testing do the following.
1. Run values.sh for a given architecture and accounting version.
2. Unpack the generated file and rename acct into VERSION-ARCH.acct.
-3. Run lastcomm -cuseS -f VERSION-ARCH-acct.in >VERSION-ARCH.out.
+3. Run lastcomm -cuseS -f VERSION-ARCH-acct.in |
+ awk '{$4 = ""; print}' >VERSION-ARCH.out.
4. Compare the reported values in VERSION-ARCH.out against the
*.time values found in the file that values.sh generated.
OpenPOWER on IntegriCloud