Changeset 85b873a


Ignore:
Timestamp:
Nov 2, 2012, 12:05:58 PM (11 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
c5d8df0
Parents:
d026927
Message:

Edit coreutils testsuite section.

File:
1 edited

Legend:

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

    rd026927 r85b873a  
    7979    for a few files to allow this:</para>
    8080
    81 <screen os="m"><userinput>chown -Rv dummy config.log {gnulib-tests,lib,src,tests}</userinput></screen>
     81<screen os="m"><userinput>chown -Rv dummy .</userinput></screen>
    8282
    8383    <para os="n">Then run the remainder of the tests as the
    8484    <systemitem class="username">dummy</systemitem> user:</para>
    8585
    86 <screen os="o"><userinput>su dummy -c "make RUN_EXPENSIVE_TESTS=yes check"</userinput></screen>
     86<screen os="o"><userinput>su dummy -s /bin/bash \
     87    -c "PATH=$PATH make RUN_EXPENSIVE_TESTS=yes -k check || true"</userinput></screen>
    8788
    8889    <para os="p">When testing is complete, remove the
Note: See TracChangeset for help on using the changeset viewer.