Explorar el Código

Fixed coreutils testsuite

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3556 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Zack Winkles hace 21 años
padre
commit
1ba42076b0
Se han modificado 2 ficheros con 4 adiciones y 1 borrados
  1. 3 0
      chapter01/changelog.xml
  2. 1 1
      chapter06/coreutils.xml

+ 3 - 0
chapter01/changelog.xml

@@ -94,6 +94,9 @@ first a summary, then a detailed log.</para>
 </itemizedlist>
 </listitem>
 
+<listitem><para>May 12th, 2004 [winkie]: Fixed Coreutils testsuite execution.
+</para></listitem>
+
 <listitem><para>May 11th, 2004 [jeremy]: Updated list of active LFS Staff in
 HEAD</para></listitem>
 

+ 1 - 1
chapter06/coreutils.xml

@@ -66,7 +66,7 @@ echo "dummy:x:1000:1000:::/bin/bash" &gt;&gt; /etc/passwd</userinput></screen>
 <para>Now you're all set to run the test suite. First run the few tests that
 are meant to be run as <emphasis>root</emphasis>:</para>
 
-<screen><userinput>make NON_ROOT_USERNAME=dummy make check-root</userinput></screen>
+<screen><userinput>make NON_ROOT_USERNAME=dummy check-root</userinput></screen>
 
 <para>Then run the remainder of the tests as the <emphasis>dummy</emphasis>
 user:</para>