Simplify glibc testing

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10738 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Bruce Dubbs 2014-09-09 01:19:31 +00:00
parent bf1c6eeaee
commit 33d8236846
3 changed files with 12 additions and 4 deletions

View File

@ -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>

View File

@ -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

View File

@ -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}]" -->