[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. c5d8df0db37a88e33c5d1f7304b1b5b669b2ecff

git git at cross-lfs.org
Fri Nov 2 13:06:33 PDT 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Cross-LFS Book".

The branch, master has been updated
       via  c5d8df0db37a88e33c5d1f7304b1b5b669b2ecff (commit)
       via  85b873a3805adde9d2c9e26fd5ca7b120e077d4d (commit)
      from  d0269273d1ee92578df655178d4c81d95e543152 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c5d8df0db37a88e33c5d1f7304b1b5b669b2ecff
Author: William Harrington <kb0iic at gmail.com>
Date:   Fri Nov 2 14:06:09 2012 -0500

    Update introduction changelog.

diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index 51657de..8b6c57a 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -44,6 +44,9 @@
         <listitem>
           <para>[William Harrington] - Edit hwclock sed for util-linux.</para> 
         </listitem>
+        <listitem>
+          <para>[William Harrington] - Edit Coreutils testsuite section.</para> 
+        </listitem>
       </itemizedlist>
     </listitem>
 

commit 85b873a3805adde9d2c9e26fd5ca7b120e077d4d
Author: William Harrington <kb0iic at gmail.com>
Date:   Fri Nov 2 14:05:58 2012 -0500

    Edit coreutils testsuite section.

diff --git a/BOOK/final-system/common/coreutils.xml b/BOOK/final-system/common/coreutils.xml
index f573a64..63ff41b 100644
--- a/BOOK/final-system/common/coreutils.xml
+++ b/BOOK/final-system/common/coreutils.xml
@@ -78,12 +78,13 @@ echo "dummy:x:1000:1000::/root:/bin/bash" >> /etc/passwd</userinput></scre
     <systemitem class="username">dummy</systemitem> user. Fix the permissions
     for a few files to allow this:</para>
 
-<screen os="m"><userinput>chown -Rv dummy config.log {gnulib-tests,lib,src,tests}</userinput></screen>
+<screen os="m"><userinput>chown -Rv dummy .</userinput></screen>
 
     <para os="n">Then run the remainder of the tests as the
     <systemitem class="username">dummy</systemitem> user:</para>
 
-<screen os="o"><userinput>su dummy -c "make RUN_EXPENSIVE_TESTS=yes check"</userinput></screen>
+<screen os="o"><userinput>su dummy -s /bin/bash \
+    -c "PATH=$PATH make RUN_EXPENSIVE_TESTS=yes -k check || true"</userinput></screen>
 
     <para os="p">When testing is complete, remove the
     <systemitem class="username">dummy</systemitem> user and groups:</para>

-----------------------------------------------------------------------

Summary of changes:
 BOOK/final-system/common/coreutils.xml |    5 +++--
 BOOK/introduction/common/changelog.xml |    3 +++
 2 files changed, 6 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list