mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Fix a potential test error in procps-ng
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10175 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
0a6ae52069
commit
01797eb3c8
@ -36,6 +36,17 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>2013-02-27</para>
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[bdubbs] - Fix a potential test error in procps-ng.
|
||||||
|
Thanks to Pierre Labastie for the patch. Fixes
|
||||||
|
<ulink url="&lfs-ticket-root;3293">#3293</ulink>.</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>2013-02-26</para>
|
<para>2013-02-26</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
@ -74,13 +74,15 @@
|
|||||||
<screen><userinput remap="make">make</userinput></screen>
|
<screen><userinput remap="make">make</userinput></screen>
|
||||||
|
|
||||||
<para>The test suite needs some custom modifications for LFS.
|
<para>The test suite needs some custom modifications for LFS.
|
||||||
The <command>which</command> is not available and the
|
The <command>which</command> command is not available, the
|
||||||
<command>pmap</command> test does not match a newline character in
|
<command>pmap</command> test does not match a newline character in
|
||||||
two tests. To run the test suite, run the following commands:</para>
|
two tests, and the <command>slabtop</command> test may return more than
|
||||||
|
999,999 objects. To run the test suite, run the following commands:</para>
|
||||||
|
|
||||||
<screen><userinput remap="test">pushd testsuite
|
<screen><userinput remap="test">pushd testsuite
|
||||||
sed -i 's|exec which sleep|exec echo /tools/bin/sleep|' config/unix.exp
|
sed -i -e 's|exec which sleep|exec echo /tools/bin/sleep|' \
|
||||||
sed -i 's|pmap_initname\\\$|pmap_initname|' pmap.test/pmap.exp
|
-e 's|999999|&9|' config/unix.exp
|
||||||
|
sed -i 's|pmap_initname\\\$|pmap_initname|' pmap.test/pmap.exp
|
||||||
make site.exp
|
make site.exp
|
||||||
DEJAGNU=global-conf.exp runtest
|
DEJAGNU=global-conf.exp runtest
|
||||||
popd</userinput></screen>
|
popd</userinput></screen>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<!ENTITY version "SVN-2013026">
|
<!ENTITY version "SVN-2013027">
|
||||||
<!ENTITY releasedate "February 26, 2013">
|
<!ENTITY releasedate "February 27, 2013">
|
||||||
<!ENTITY copyrightdate "1999-2013"><!-- jhalfs needs a literal dash, not – -->
|
<!ENTITY copyrightdate "1999-2013"><!-- jhalfs needs a literal dash, not – -->
|
||||||
<!ENTITY milestone "7.3">
|
<!ENTITY milestone "7.3">
|
||||||
<!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