Преглед на файлове

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
Bruce Dubbs преди 12 години
родител
ревизия
8445b681e6
променени са 3 файла, в които са добавени 17 реда и са изтрити 6 реда
  1. 9 1
      chapter01/changelog.xml
  2. 6 3
      chapter06/procps.xml
  3. 2 2
      general.ent

+ 9 - 1
chapter01/changelog.xml

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

+ 6 - 3
chapter06/procps.xml

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

+ 2 - 2
general.ent

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