mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Automatic merge of trunk into multilib
This commit is contained in:
commit
61c2e110b7
@ -52,13 +52,7 @@
|
|||||||
|
|
||||||
<para>To test the results<!--(about 11.0 SBU)-->, issue:</para>
|
<para>To test the results<!--(about 11.0 SBU)-->, issue:</para>
|
||||||
|
|
||||||
<screen><userinput remap="test">make -k check</userinput></screen>
|
<screen><userinput remap="test">make check</userinput></screen>
|
||||||
|
|
||||||
<para>Five tests are known to fail in the LFS build environment due
|
|
||||||
to a circular dependency, but these tests pass if rechecked after
|
|
||||||
automake has been installed. Additionally, with grep-3.8 or newer,
|
|
||||||
two tests will trigger a warning for non-POSIX regular expressions and
|
|
||||||
fail.</para>
|
|
||||||
|
|
||||||
<para>Install the package:</para>
|
<para>Install the package:</para>
|
||||||
|
|
||||||
|
@ -64,9 +64,11 @@
|
|||||||
|
|
||||||
<para>To prepare the tests, ensure that user
|
<para>To prepare the tests, ensure that user
|
||||||
<systemitem class="username">tester</systemitem> can write
|
<systemitem class="username">tester</systemitem> can write
|
||||||
to the source tree:</para>
|
to the source tree and exclude one file containing tests requiring
|
||||||
|
<command>curl</command> or <command>wget</command>:</para>
|
||||||
|
|
||||||
<screen><userinput remap="test">chown -R tester .</userinput></screen>
|
<screen><userinput remap="test">chown -R tester .
|
||||||
|
sed '/test_glvs/d' -i src/testdir/Make_all.mak</userinput></screen>
|
||||||
|
|
||||||
<para>Now run the tests as user <systemitem
|
<para>Now run the tests as user <systemitem
|
||||||
class="username">tester</systemitem>:</para>
|
class="username">tester</systemitem>:</para>
|
||||||
|
Loading…
Reference in New Issue
Block a user