diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2021-08-01 12:53:19 -0500 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2021-08-01 12:53:19 -0500 |
commit | c2d234220ba17cb8696b8cacff990a176b215ff3 (patch) | |
tree | a446563c5c5e983a14797a45993f049aee1eeb19 /chapter08/e2fsprogs.xml | |
parent | 0b1054551522a77af69069a96269436e9165230a (diff) |
Update test results for several packages.
Most of the changes were removing documentation of failed tests
that no longer fail.
Diffstat (limited to 'chapter08/e2fsprogs.xml')
-rw-r--r-- | chapter08/e2fsprogs.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/chapter08/e2fsprogs.xml b/chapter08/e2fsprogs.xml index 2ebe2dd3d..4144cd205 100644 --- a/chapter08/e2fsprogs.xml +++ b/chapter08/e2fsprogs.xml @@ -93,18 +93,20 @@ cd build</userinput></screen> <screen><userinput remap="test">make check</userinput></screen> -<para>One test, m_rootdir_acl, is known to fail.</para> <!-- This is a ridiculous amount now! And is it still true? + Does not appear to be true for version 1.46.3. Time with tests + 26 seconds with tests (With lots of cores and ram and an ssd disk). + <para>One of the e2fsprogs tests will attempt to allocate 256 MB of memory. If you do not have significantly more RAM than this, be sure to enable sufficient swap space for the test. See <xref linkend="ch-partitioning-creatingfilesystem"/> and <xref linkend="ch-partitioning-mounting"/> for details on creating and enabling swap space.</para> ---> + <para>On a spinning disk, the tests take a little more than 4 SBUs. They can be much shorter on an SSD (down to about 1.5 SBUs).</para> - +--> <para>Install the package:</para> <screen><userinput remap="install">make install</userinput></screen> |