Ignore:
Timestamp:
08/12/2019 10:23:47 AM (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:
1e5323fd
Parents:
8a4d9f9f
Message:

Some remap="test" added, one role="nodump", and one remap="doc". No change to
the rendered book, but helps jhalfs

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

Location:
postlfs/filesystems
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/btrfs-progs.xml

    r8a4d9f9f re7d4e823  
    121121    disable several that fail:</para>
    122122
    123 <screen><userinput>make fssum &amp;&amp;
     123<screen remap="test"><userinput>make fssum &amp;&amp;
    124124
    125125sed -i '/found/s/^/: #/' tests/convert-tests.sh &amp;&amp;
     
    135135    class="username">root</systemitem> user): </para>
    136136
    137 <screen><userinput>pushd tests
     137<screen remap="test"><userinput>pushd tests
    138138   ./fsck-tests.sh
    139139   ./mkfs-tests.sh
  • postlfs/filesystems/mdadm.xml

    r8a4d9f9f re7d4e823  
    110110    tests fail and build the supporting programs:</para>
    111111
    112 <screen><userinput>sed -i 's# if.* == "1"#&amp; -a -e $targetdir/log#' test &amp;&amp;
     112<screen remap="test"><userinput>sed -i 's# if.* == "1"#&amp; -a -e $targetdir/log#' test &amp;&amp;
    113113make test</userinput></screen>
    114114
    115115    <para>Run the tests as the <systemitem class="username">root</systemitem> user:</para>
    116116
    117 <screen role="root"><userinput>./test --keep-going --logdir=test-logs --save-logs</userinput></screen>
     117<screen role="root" remap="test"><userinput>./test --keep-going --logdir=test-logs --save-logs</userinput></screen>
    118118
    119119    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
Note: See TracChangeset for help on using the changeset viewer.