mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 14:24:48 +00:00
tar: Mention TESTSUITEFLAGS for testing
This commit is contained in:
parent
d78b550655
commit
e5455293e3
@ -72,6 +72,13 @@
|
||||
|
||||
<screen><userinput remap="test">make check</userinput></screen>
|
||||
|
||||
<!-- On one system the -j4 improvement is 167s - 46s = 121s (72.46%) -->
|
||||
<note><para>The test time for Tar can be reduced significantly on a
|
||||
system with multiple cores. To do this, append
|
||||
<command>TESTSUITEFLAGS=-j<N></command> to the line above. For
|
||||
instance, using -j4 can reduce the test time by over 70
|
||||
percent.</para></note>
|
||||
|
||||
<para>One test, capabilities: binary store/restore, is known to fail if it is
|
||||
run because LFS lacks selinux, but will be skipped if the host kernel does
|
||||
not support extended attributes on the filesystem used for building LFS.</para>
|
||||
|
Loading…
Reference in New Issue
Block a user