aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/expect.xml
diff options
context:
space:
mode:
authorAlex Gronenwoud <alex@linuxfromscratch.org>2004-02-11 22:02:10 +0000
committerAlex Gronenwoud <alex@linuxfromscratch.org>2004-02-11 22:02:10 +0000
commitc91dd5bfd04b3188fd81bfe9c93d4a6985fdc0d5 (patch)
tree8fdf4b8561cfe487ad20fa5198f3d01228f41fed /chapter05/expect.xml
parent5cd6caad33aed7430be8c2f1612a053d8d51ffe4 (diff)
Making the test suites in chapter 5 more clearly optional.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3248 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/expect.xml')
-rw-r--r--chapter05/expect.xml15
1 files changed, 6 insertions, 9 deletions
diff --git a/chapter05/expect.xml b/chapter05/expect.xml
index 3720ecbcc..5cdcba409 100644
--- a/chapter05/expect.xml
+++ b/chapter05/expect.xml
@@ -44,16 +44,13 @@ libraries, both of which may possibly reside on the host system.</para></listite
<screen><userinput>make</userinput></screen>
-<para>As discussed earlier, we don't recommend running the test suites for the
-temporary tools here in this chapter. If you still want to run the Expect test
-suite anyway, the following command will do so. However, you should be aware
-that the Expect test suite is sometimes known to experience failures under
-certain host conditions that are not fully understood. Therefore, test suite
-failures here are not surprising, but are not considered critical:</para>
+<para>(If you insist on testing the results, then issue:
+<userinput>make test</userinput>. However, the Expect test suite is known to
+experience failures under certain host conditions that are not fully
+understood. Therefore, test suite failures here are not surprising, and are not
+considered critical.)</para>
-<screen><userinput>make test</userinput></screen>
-
-<para>And install:</para>
+<para>And install it:</para>
<screen><userinput>make SCRIPTS="" install</userinput></screen>