Ignore:
Timestamp:
Dec 12, 2013, 11:19:29 AM (10 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
e680587
Parents:
3693f572
Message:

Add screen tags around userinput test commands and remap userinput for test commands as remap="test".

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/coreutils.xml

    r3693f572 r686839b  
    6767    <systemitem class="username">root</systemitem>:</para>
    6868
    69 <screen os="i"><userinput>make NON_ROOT_USERNAME=dummy</userinput></screen>
     69<screen os="i"><userinput remap="test">make NON_ROOT_USERNAME=dummy</userinput></screen>
    7070
    7171    <para os="j">The testsuite will now be run as the
     
    7373    for a few files to allow this:</para>
    7474
    75 <screen os="k"><userinput>chown -Rv dummy .</userinput></screen>
     75<screen os="k"><userinput remap="test">chown -Rv dummy .</userinput></screen>
    7676
    7777    <para os="l">Then run the remainder of the tests as the
    7878    <systemitem class="username">dummy</systemitem> user:</para>
    7979
    80 <screen os="m"><userinput>su dummy -s /bin/bash \
     80<screen os="m"><userinput remap="test">su dummy -s /bin/bash \
    8181    -c "PATH=$PATH make RUN_EXPENSIVE_TESTS=yes -k check || true"</userinput></screen>
    8282
     
    8484    <systemitem class="username">dummy</systemitem> user and groups:</para>
    8585
    86 <screen os="o"><userinput>sed -i '/dummy/d' /etc/passwd /etc/group</userinput></screen>
     86<screen os="o"><userinput remap="test">sed -i '/dummy/d' /etc/passwd /etc/group</userinput></screen>
    8787
    8888    <para os="p">Install the package:</para>
Note: See TracChangeset for help on using the changeset viewer.