Changeset e7d4e823


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

Files:
12 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/enchant.xml

    r8a4d9f9f re7d4e823  
    153153      </para>
    154154
    155 <screen><userinput>cat &gt; /tmp/test-enchant.txt &lt;&lt; "EOF"
     155<screen remap="test"><userinput>cat &gt; /tmp/test-enchant.txt &lt;&lt; "EOF"
    156156<literal>Tel me more abot linux
    157157Ther ar so many commads</literal>
  • general/genlib/keyutils.xml

    r8a4d9f9f re7d4e823  
    8484    <systemitem class="username">root</systemitem> user: </para>
    8585
    86 <screen role="root"><userinput>sed -i '/find/s:/usr/bin/::' tests/Makefile &amp;&amp;
     86<screen role="root" remap="test"><userinput>sed -i '/find/s:/usr/bin/::' tests/Makefile &amp;&amp;
    8787make -k test </userinput></screen>
    8888
  • general/prog/openjdk.xml

    r8a4d9f9f re7d4e823  
    245245    </para>
    246246
    247 <screen><userinput>export JT_JAVA=$(echo $PWD/build/*/jdk) &amp;&amp;
     247<screen remap="test"><userinput>export JT_JAVA=$(echo $PWD/build/*/jdk) &amp;&amp;
    248248jtreg/bin/jtreg -jdk:$JT_JAVA -automatic -ignore:quiet -v1 \
    249249    test/jdk:tier1 test/langtools:tier1 &amp;&amp;
  • general/prog/rust.xml

    r8a4d9f9f re7d4e823  
    314314    </para>
    315315
    316 <screen><command>grep 'running .* tests' rustc-testlog | awk '{ sum += $2 } END { print sum }'</command></screen>
     316<screen remap="test"><userinput>grep 'running .* tests' rustc-testlog | awk '{ sum += $2 } END { print sum }'</userinput></screen>
    317317
    318318    <para>
     
    321321    </para>
    322322
    323 <screen><command>grep '^test result:' rustc-testlog | awk  '{ sum += $6 } END { print sum }'</command></screen>
     323<screen remap="test"><userinput>grep '^test result:' rustc-testlog | awk  '{ sum += $6 } END { print sum }'</userinput></screen>
    324324
    325325    <para>
  • multimedia/libdriv/sdl.xml

    r8a4d9f9f re7d4e823  
    113113    test programs:</para>
    114114
    115 <screen><userinput>cd test &amp;&amp;
     115<screen remap="test"><userinput>cd test &amp;&amp;
    116116./configure &amp;&amp;
    117117make</userinput></screen>
  • 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>
  • postlfs/security/cracklib.xml

    r8a4d9f9f re7d4e823  
    151151    unprivileged user by issuing the following command:</para>
    152152
    153 <screen><userinput>make test</userinput></screen>
     153<screen remap="test"><userinput>make test</userinput></screen>
    154154
    155155    <important>
  • server/databases/mariadb.xml

    r8a4d9f9f re7d4e823  
    177177      A more extensive set of tests can be run with the following:</para>
    178178
    179 <screen><userinput>pushd mysql-test
    180 ./mtr --parallel &lt;N&gt; --mem --force
     179<screen remap="test"><userinput>pushd mysql-test
     180./mtr --parallel <replaceable>&lt;N&gt;</replaceable> --mem --force
    181181popd</userinput></screen>
    182182
  • server/major/bind.xml

    r8a4d9f9f re7d4e823  
    146146    messages do not affect the tests.</para></note>
    147147
    148 <screen role="root"><userinput>bin/tests/system/ifconfig.sh up</userinput></screen>
     148<screen role="root" remap="test"><userinput>bin/tests/system/ifconfig.sh up</userinput></screen>
    149149
    150150    <para>The test suite may indicate some skipped tests depending on
     
    158158    test interfaces:</para>
    159159
    160 <screen role="root"><userinput>bin/tests/system/ifconfig.sh down</userinput></screen>
     160<screen role="root" remap="test"><userinput>bin/tests/system/ifconfig.sh down</userinput></screen>
    161161
    162162    <para>Finally, install the package as the <systemitem
  • x/lib/fltk.xml

    r8a4d9f9f re7d4e823  
    141141    class="username">root</systemitem> user:</para>
    142142
    143 <screen role="root"><userinput>make -C test          docdir=/usr/share/doc/fltk-&fltk-version; install-linux &amp;&amp;
     143<screen role="root" remap="doc"><userinput>make -C test          docdir=/usr/share/doc/fltk-&fltk-version; install-linux &amp;&amp;
    144144make -C documentation docdir=/usr/share/doc/fltk-&fltk-version; install-linux</userinput></screen>
    145145
  • xsoft/other/inkscape.xml

    r8a4d9f9f re7d4e823  
    172172    </para>
    173173
    174 <screen><userinput>bash download-gtest.sh</userinput></screen>
     174<screen remap="test"><userinput>bash download-gtest.sh</userinput></screen>
    175175
    176176    <para>
Note: See TracChangeset for help on using the changeset viewer.