diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2021-05-28 15:00:26 -0500 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2021-05-28 15:00:26 -0500 |
commit | af4f4bfa8ccaa4e88bbe8bc13a17f7e3240a5cb6 (patch) | |
tree | 579e65bc6d505a25131038bfe18c233e76c5df2e /chapter08 | |
parent | 8d5f7c755720a52c1f103acf627c1f6109047802 (diff) |
Package updates.
Update to iana-etc-20210526.
Update to vim-8.2.2890.
Update to zstd-1.5.0.
Update to perl-5.34.0.
Update to inux-5.12.7.
Update to libcap-2.50.
Update to kmod-29.
Update to expat-2.4.1.
Update to elfutils-0.185.
Update to bc-4.0.2.
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/zstd.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chapter08/zstd.xml b/chapter08/zstd.xml index 8edf9ebad..1d0c603f6 100644 --- a/chapter08/zstd.xml +++ b/chapter08/zstd.xml @@ -46,6 +46,12 @@ <screen><userinput remap="make">make</userinput></screen> + <note> + <para>In the test output there are several places that + indicate 'failed'. These are expected and only 'FAIL' is an actual + test failure. There should be no test failures.</para> + </note> + <para>To test the results, issue:</para> <screen><userinput remap="test">make check</userinput></screen> |