1
0
Quellcode durchsuchen

Fix a potential test error in procps-ng

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10175 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs vor 12 Jahren
Ursprung
Commit
01797eb3c8
3 geänderte Dateien mit 19 neuen und 6 gelöschten Zeilen
  1. 11 0
      chapter01/changelog.xml
  2. 6 4
      chapter06/procps.xml
  3. 2 2
      general.ent

+ 11 - 0
chapter01/changelog.xml

@@ -36,6 +36,17 @@
     </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>
       <para>2013-02-26</para>
       <itemizedlist>

+ 6 - 4
chapter06/procps.xml

@@ -74,13 +74,15 @@
 <screen><userinput remap="make">make</userinput></screen>
 
     <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
-    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
-  sed -i 's|exec which sleep|exec echo /tools/bin/sleep|' config/unix.exp
-  sed -i 's|pmap_initname\\\$|pmap_initname|'             pmap.test/pmap.exp
+  sed -i -e 's|exec which sleep|exec echo /tools/bin/sleep|' \
+         -e 's|999999|&amp;9|'                    config/unix.exp
+  sed -i 's|pmap_initname\\\$|pmap_initname|' pmap.test/pmap.exp
   make site.exp
   DEJAGNU=global-conf.exp runtest
 popd</userinput></screen>

+ 2 - 2
general.ent

@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-2013026">
-<!ENTITY releasedate "February 26, 2013">
+<!ENTITY version "SVN-2013027">
+<!ENTITY releasedate "February 27, 2013">
 <!ENTITY copyrightdate "1999-2013"><!-- jhalfs needs a literal dash, not &ndash; -->
 <!ENTITY milestone "7.3">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->