Fix a failure in the procps-ng test suite

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10239 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Bruce Dubbs 2013-04-03 20:10:42 +00:00
parent a1b60e222a
commit 8445b681e6
3 changed files with 17 additions and 6 deletions

View File

@ -36,6 +36,15 @@
</listitem>
-->
<listitem>
<para>2013-04-03</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Fix a failure in the procps-ng test suite.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>2013-04-01</para>
<itemizedlist>
@ -43,7 +52,6 @@
<para>[bdubbs] - Upgrade to Linux-3.8.5. Fixes
<ulink url="&lfs-ticket-root;3320">#3320</ulink>.</para>
</listitem>
<listitem>
<para>[bdubbs] - Upgrade to Systemd-200. Fixes
<ulink url="&lfs-ticket-root;3317">#3317</ulink> and

View File

@ -75,11 +75,14 @@
<para>The test suite needs some custom modifications for LFS.
The <command>which</command> command is not available, and the
<command>slabtop</command> test may return more than 999,999 objects. To run
the test suite, run the following commands:</para>
<command>slabtop</command> test may return more than 999,999 objects.
Also fix one test that fails when scripting does not use a tty device.
To run the test suite, run the following commands:</para>
<screen><userinput remap="test">sed -i -e 's|exec which sleep|exec echo /tools/bin/sleep|' \
-e 's|&amp;9|9999999|' testsuite/config/unix.exp
sed -i -r 's|(pmap_initname)\\\$|\1|' testsuite/pmap.test/pmap.exp
make check</userinput></screen>
<para>Install the package:</para>

View File

@ -1,5 +1,5 @@
<!ENTITY version "SVN-20130401">
<!ENTITY releasedate "April 1, 2013">
<!ENTITY version "SVN-20130403">
<!ENTITY releasedate "April 3, 2013">
<!ENTITY copyrightdate "1999-2013"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "7.4">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->