Changeset 3667

Show
Ignore:
Timestamp:
09/10/07 09:20:40 (1 year ago)
Author:
chris@beaker67.com
Message:

Update text in testsuite-tools intro

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/BOOK/introduction/common/changelog.xml

    r3661 r3667  
    3636    </listitem> 
    3737--> 
     38 
     39    <listitem> 
     40      <para>September 10, 2007</para> 
     41      <itemizedlist> 
     42        <listitem> 
     43          <para>[Chris] - Fixed descriptive text in testsuite-tools 
     44          introduction page. Reported by gomoko (ticket #118).</para> 
     45        </listitem> 
     46      </itemizedlist> 
     47    </listitem> 
    3848 
    3949    <listitem> 
  • trunk/BOOK/testsuite-tools/common/introduction.xml

    r3463 r3667  
    1313  <para>This chapter builds the tools needed to run the tests 
    1414  that the packages have. I.e., <command>make check</command>. Tcl, Expect, 
    15   DejaGNU and File are needed for the GCC and Binutils testsuites, and Tree 
    16   is used by the Udev testsuite. Installing five packages for testing purposes 
     15  and DejaGNU are needed for the GCC and Binutils testsuites, and Tree 
     16  is used by the Udev testsuite. Installing four packages for testing purposes 
    1717  may seem excessive, but it is very reassuring, if not essential, to know 
    1818  that the most important tools are working properly.</para>