Changeset 5066dee for chapter06/vim.xml


Ignore:
Timestamp:
03/31/2021 10:41:35 AM (3 years ago)
Author:
Xℹ Ruoyao <xry111@…>
Branches:
ml-11.0, multilib
Children:
b2c61c6
Parents:
1803e9b
git-author:
Thomas Trepl <thomas@…> (06/19/2019 06:19:25 PM)
git-committer:
Xℹ Ruoyao <xry111@…> (03/31/2021 10:41:35 AM)
Message:

MultiLib: Merge changes from trunk

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@11623 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/vim.xml

    r1803e9b r5066dee  
    6767<screen><userinput remap="make">make</userinput></screen>
    6868
    69     <para>To test the results, issue:</para>
    70 
    71 <screen><userinput remap="test">LANG=en_US.UTF-8 make -j1 test &amp;&gt; vim-test.log</userinput></screen>
     69    <para>To prepare the tests, ensure that the
     70    <systemitem class="username">nobody</systemitem> user can write
     71    to the sources tree:</para>
     72
     73<screen><userinput remap="test">chown -Rv nobody .</userinput></screen>
     74
     75    <para>Now run the tests as the <systemitem
     76    class="username">nobody</systemitem> user:</para>
     77
     78<screen><userinput remap="test">su nobody -s /bin/bash -c "LANG=en_US.UTF-8 make -j1 test" &amp;> vim-test.log</userinput></screen>
     79
     80<!--<screen><userinput remap="test">LANG=en_US.UTF-8 make -j1 test &amp;&gt; vim-test.log</userinput></screen>-->
    7281
    7382    <para>The test suite outputs a lot of binary data to the screen.  This can
Note: See TracChangeset for help on using the changeset viewer.