diff options
Diffstat (limited to 'chapter05/tcl.xml')
-rw-r--r-- | chapter05/tcl.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/tcl.xml b/chapter05/tcl.xml index da54b25ae..7cdcf226e 100644 --- a/chapter05/tcl.xml +++ b/chapter05/tcl.xml @@ -49,8 +49,8 @@ linkend="chapter-building-system"/>.</para> <screen><userinput>make</userinput></screen> -<para>To test the results, issue: <userinput>TZ=UTC make -test</userinput>. The Tcl test suite is known to experience failures +<para>To test the results, issue: <userinput>TZ=UTC make test</userinput>. +The Tcl 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. The <parameter>TZ=UTC</parameter> parameter sets |