mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
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:
parent
a1b60e222a
commit
8445b681e6
@ -36,6 +36,15 @@
|
|||||||
</listitem>
|
</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>
|
<listitem>
|
||||||
<para>2013-04-01</para>
|
<para>2013-04-01</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
@ -43,7 +52,6 @@
|
|||||||
<para>[bdubbs] - Upgrade to Linux-3.8.5. Fixes
|
<para>[bdubbs] - Upgrade to Linux-3.8.5. Fixes
|
||||||
<ulink url="&lfs-ticket-root;3320">#3320</ulink>.</para>
|
<ulink url="&lfs-ticket-root;3320">#3320</ulink>.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>[bdubbs] - Upgrade to Systemd-200. Fixes
|
<para>[bdubbs] - Upgrade to Systemd-200. Fixes
|
||||||
<ulink url="&lfs-ticket-root;3317">#3317</ulink> and
|
<ulink url="&lfs-ticket-root;3317">#3317</ulink> and
|
||||||
|
@ -75,11 +75,14 @@
|
|||||||
|
|
||||||
<para>The test suite needs some custom modifications for LFS.
|
<para>The test suite needs some custom modifications for LFS.
|
||||||
The <command>which</command> command is not available, and the
|
The <command>which</command> command is not available, and the
|
||||||
<command>slabtop</command> test may return more than 999,999 objects. To run
|
<command>slabtop</command> test may return more than 999,999 objects.
|
||||||
the test suite, run the following commands:</para>
|
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|' \
|
<screen><userinput remap="test">sed -i -e 's|exec which sleep|exec echo /tools/bin/sleep|' \
|
||||||
-e 's|&9|9999999|' testsuite/config/unix.exp
|
-e 's|&9|9999999|' testsuite/config/unix.exp
|
||||||
|
sed -i -r 's|(pmap_initname)\\\$|\1|' testsuite/pmap.test/pmap.exp
|
||||||
|
|
||||||
make check</userinput></screen>
|
make check</userinput></screen>
|
||||||
|
|
||||||
<para>Install the package:</para>
|
<para>Install the package:</para>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<!ENTITY version "SVN-20130401">
|
<!ENTITY version "SVN-20130403">
|
||||||
<!ENTITY releasedate "April 1, 2013">
|
<!ENTITY releasedate "April 3, 2013">
|
||||||
<!ENTITY copyrightdate "1999-2013"><!-- jhalfs needs a literal dash, not – -->
|
<!ENTITY copyrightdate "1999-2013"><!-- jhalfs needs a literal dash, not – -->
|
||||||
<!ENTITY milestone "7.4">
|
<!ENTITY milestone "7.4">
|
||||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||||
|
Loading…
Reference in New Issue
Block a user