Browse Source

Remove '-k' flag from E2fsprogs' testsuite invocation as all of its tests pass.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10085 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 12 years ago
parent
commit
cb476d5214
3 changed files with 13 additions and 3 deletions
  1. 10 0
      chapter01/changelog.xml
  2. 1 1
      chapter06/e2fsprogs.xml
  3. 2 2
      general.ent

+ 10 - 0
chapter01/changelog.xml

@@ -36,6 +36,16 @@
     </listitem>
     </listitem>
 -->
 -->
 
 
+    <listitem>
+      <para>2012-12-30</para>
+      <itemizedlist>
+        <listitem>
+          <para>[matthew] - All E2fsprogs tests pass now, so remove the
+          &quot;-k&quot; flag from its invocation.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
     <listitem>
     <listitem>
       <para>2012-12-28</para>
       <para>2012-12-28</para>
       <itemizedlist>
       <itemizedlist>

+ 1 - 1
chapter06/e2fsprogs.xml

@@ -113,7 +113,7 @@ cd build</userinput></screen>
 
 
     <para>To test the results, issue:</para>
     <para>To test the results, issue:</para>
 
 
-<screen><userinput remap="test">make -k check</userinput></screen>
+<screen><userinput remap="test">make check</userinput></screen>
 
 
     <para>One of the E2fsprogs tests will attempt to allocate 256 MB
     <para>One of the E2fsprogs tests will attempt to allocate 256 MB
     of memory. If you do not have significantly more RAM than this, it
     of memory. If you do not have significantly more RAM than this, it

+ 2 - 2
general.ent

@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-20121228">
-<!ENTITY releasedate "December 28, 2012">
+<!ENTITY version "SVN-20121230">
+<!ENTITY releasedate "December 30, 2012">
 <!ENTITY copyrightdate "1999-2012"><!-- jhalfs needs a literal dash, not &ndash; -->
 <!ENTITY copyrightdate "1999-2012"><!-- jhalfs needs a literal dash, not &ndash; -->
 <!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}]" -->