Ignore:
Timestamp:
08/13/2019 01:50:16 PM (5 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
e127158
Parents:
5c1057d
Message:

Add remap="doc", remap="test", or just realign them

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21946 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
postlfs/filesystems
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/lvm2.xml

    r5c1057d r06908bf6  
    160160    </para>
    161161
    162 <screen role="root" remap="test"><userinput>make -C tools install_tools_dynamic &amp;&amp;
     162<screen role="root"
     163        remap="test"><userinput>make -C tools install_tools_dynamic &amp;&amp;
    163164make -C udev  install                 &amp;&amp;
    164165make -C libdm install</userinput></screen>
    165166
    166167    <para>
    167       To test the results, issue: <command>make check_local</command> as the
    168       <systemitem class="username">root</systemitem> user. Other targets are
    169       available and can be listed with <command>make -C test help</command>.
    170       The test timings are very dependent on the speed of the disk(s), and on
    171       the number of enabled kernel options.
     168      To test the results, issue, as the
     169      <systemitem class="username">root</systemitem> user:
     170    </para>
     171
     172<screen role="root"
     173        remap="test"><userinput>make check_local</userinput></screen>
     174
     175    <para>
     176      Other targets are available and can be listed with
     177      <command>make -C test help</command>. The test timings are very dependent
     178      on the speed of the disk(s), and on the number of enabled kernel options.
    172179    </para>
    173180
  • postlfs/filesystems/mdadm.xml

    r5c1057d r06908bf6  
    115115    <para>Run the tests as the <systemitem class="username">root</systemitem> user:</para>
    116116
    117 <screen role="root" remap="test"><userinput>./test --keep-going --logdir=test-logs --save-logs</userinput></screen>
     117<screen role="root"
     118        remap="test"><userinput>./test --keep-going --logdir=test-logs --save-logs</userinput></screen>
    118119
    119120    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
  • postlfs/filesystems/parted.xml

    r5c1057d r06908bf6  
    128128    </para>
    129129
    130 <screen role="root" remap="test"><userinput>make check</userinput></screen>
     130<screen role="root"
     131        remap="test"><userinput>make check</userinput></screen>
    131132
    132133    <note>
Note: See TracChangeset for help on using the changeset viewer.