Browse Source

Simplify glibc testing

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10738 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs 11 years ago
parent
commit
33d8236846
3 changed files with 12 additions and 4 deletions
  1. 9 0
      chapter01/changelog.xml
  2. 1 2
      chapter06/glibc.xml
  3. 2 2
      general.ent

+ 9 - 0
chapter01/changelog.xml

@@ -35,6 +35,15 @@
       </itemizedlist>
     </listitem>
 -->
+    <listitem>
+      <para>2014-09-09</para>
+      <itemizedlist>
+        <listitem>
+          <para>[bdubbs] - Simplify glibc testing.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
     <listitem>
       <para>2014-09-08</para>
       <itemizedlist>

+ 1 - 2
chapter06/glibc.xml

@@ -108,8 +108,7 @@ cd ../glibc-build</userinput></screen>
     <para>Generally a few tests do not pass, but you can generally ignore
     any of the test failures listed below. Now test the build results:</para>
 
-<screen><userinput remap="test">make check 2&gt;&amp;1 | tee glibc-check-log
-grep Error glibc-check-log</userinput></screen>
+<screen><userinput remap="test">make check</userinput></screen>
 
     <para>You will probably see some test failures.  The Glibc test suite is
     somewhat dependent on the host system.  This is a list of the most common

+ 2 - 2
general.ent

@@ -1,6 +1,6 @@
-<!ENTITY version         "SVN-20140908">
+<!ENTITY version         "SVN-20140909">
 <!ENTITY short-version   "svn">  <!-- Used in dbus chapter, change to x.y for release -->
-<!ENTITY releasedate     "September 8, 2014">
+<!ENTITY releasedate     "September 9, 2014">
 <!ENTITY copyrightdate   "1999-2014"><!-- jhalfs needs a literal dash, not &ndash; -->
 <!ENTITY milestone       "7.6">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->