Changeset c91dd5b for chapter05/tcl.xml


Ignore:
Timestamp:
02/11/2004 10:02:10 PM (20 years ago)
Author:
Alex Gronenwoud <alex@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.0, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, v5_1, v5_1_1, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
a0b689e
Parents:
5cd6caa
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/tcl.xml

    r5cd6caa rc91dd5b  
    3333<screen><userinput>make</userinput></screen>
    3434
    35 <para>As discussed earlier, we don't recommend running the test suites for the
    36 temporary tools here in this chapter. If you still want to run the Tcl test
    37 suite anyway, the following command will do so. However, you should be aware
    38 that the Tcl test suite is sometimes known to experience failures under certain
    39 host conditions that are not fully understood. Therefore, test suite failures
    40 here are not surprising, but are not considered critical:</para>
    41 
    42 <screen><userinput>TZ=UTC make test</userinput></screen>
    43 
    44 <para>The meaning of the make parameter:</para>
    45 
    46 <itemizedlist>
    47 <listitem><para><userinput>TZ=UTC</userinput>: This sets the time zone to
    48 Coordinated Universal Time (UTC) also known as Greenwich Mean Time (GMT), but
    49 only for the duration of the test suite run. This ensures the clock tests are
    50 exercised correctly. More information on the TZ environment variable will be
    51 given later on in <xref linkend="chapter-bootscripts"/>.</para></listitem>
    52 </itemizedlist>
    53 
    54 <para>Sometimes package test suites will give false failures. You can
    55 consult the LFS Wiki at <ulink url="&wiki-root;"/> to verify that these
    56 failures are normal. This applies to all tests throughout the book.</para>
     35<para>(If you insist on testing the results, then issue:
     36<userinput>TZ=UTC make test</userinput>. However, the Tcl test suite is known
     37to experience failures under certain host conditions that are not fully
     38understood. Therefore, test suite failures here are not surprising, and are not
     39considered critical. The <emphasis>TZ=UTC</emphasis> parameter sets the time
     40zone to Coordinated Universal Time (UTC) also known as Greenwich Mean Time
     41(GMT), but only for the duration of the test suite run. This ensures the clock
     42tests are exercised correctly. More information on the TZ environment variable
     43will be given later on in <xref linkend="chapter-bootscripts"/>.)</para>
    5744
    5845<para>Install the package:</para>
     
    7057<literallayout></literallayout>
    7158
    72 <para>Make a necessary symbolic link:</para>
     59<para>And make a necessary symbolic link:</para>
    7360
    7461<screen><userinput>ln -s tclsh8.4 /tools/bin/tclsh</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.