Browse Source

Added explanations to Bash testsuite commands.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8153 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Manuel Canales Esparcia 18 years ago
parent
commit
ecbbbd480d
3 changed files with 24 additions and 5 deletions
  1. 10 0
      chapter01/changelog.xml
  2. 12 3
      chapter06/bash.xml
  3. 2 2
      general.ent

+ 10 - 0
chapter01/changelog.xml

@@ -36,6 +36,16 @@
     </listitem>
 -->
 
+    <listitem>
+      <para>2007-06-10</para>
+      <itemizedlist>
+        <listitem>
+          <para>[Manuel] - Added explanations to Bash testsuite commands.
+          Closes <ulink url="&lfs-ticket-root;1938">#1938</ulink>.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
     <listitem>
       <para>2007-06-06</para>
       <itemizedlist>

+ 12 - 3
chapter06/bash.xml

@@ -70,11 +70,20 @@ sed -i "s|htmldir = @htmldir@|htmldir = /usr/share/doc/bash-&bash-version;|" \
 
 <screen><userinput>make</userinput></screen>
 
-    <para>To test the results, issue:</para>
+    <para>Skip down to <quote>Install the
+    package</quote> if not running the test suite.</para>
+
+    <para>To prepare the tests, ensure that the locale
+    setting from our environment will be used and that the <systemitem
+    class="username">nobody</systemitem> user can write to the sources tree:</para>
 
 <screen><userinput>sed -i 's/LANG/LC_ALL/' tests/intl.tests
-chown -Rv nobody ./
-su-tools nobody -s /bin/bash -c "make tests"</userinput></screen>
+chown -Rv nobody ./</userinput></screen>
+
+    <para>Now, run the tests as the <systemitem
+    class="username">nobody</systemitem> user:</para>
+
+<screen><userinput>su-tools nobody -s /bin/bash -c "make tests"</userinput></screen>
 
     <para>Install the package:</para>
 

+ 2 - 2
general.ent

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20070606">
-<!ENTITY releasedate "June 06, 2007">
+<!ENTITY version "SVN-20070610">
+<!ENTITY releasedate "June 10, 2007">
 <!ENTITY milestone "6.3">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->