Changeset 1b48cb6 for BOOK/final-system


Ignore:
Timestamp:
May 20, 2014, 2:30:28 AM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, master, systemd
Children:
40e9518
Parents:
df26b50
Message:

More consistently use 'test suite' rather than 'testsuite'

Location:
BOOK/final-system/common
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/coreutils.xml

    rdf26b50 r1b48cb6  
    6262<screen os="h"><userinput remap="test">make NON_ROOT_USERNAME=nobody check-root</userinput></screen>
    6363
    64     <para os="i">The testsuite will now be run as the
     64    <para os="i">The test suite will now be run as the
    6565    <systemitem class="username">nobody</systemitem> user. Some tests require
    6666    that the user be a member of more than one group. Add a temporary group
  • BOOK/final-system/common/dbus.xml

    rdf26b50 r1b48cb6  
    3737<screen os="d"><userinput>make</userinput></screen>
    3838
    39     <para os="e">This package does come with a testsuite, but it requires
     39    <para os="e">This package does come with a test suite, but it requires
    4040    several packages that are not included in CLFS. Instructions for running
    41     the testsuite can be found in the CBLFS wiki at
     41    the test suite can be found in the CBLFS wiki at
    4242    <ulink url="&cblfs-root;index.php/D-BUS_Core"/>.</para>
    4343
  • BOOK/final-system/common/glibc.xml

    rdf26b50 r1b48cb6  
    103103    </important>
    104104
    105     <para os="m">Use the following commands to run the testsuite and output
     105    <para os="m">Use the following commands to run the test suite and output
    106106    any test failures:</para>
    107107
  • BOOK/final-system/common/perl.xml

    rdf26b50 r1b48cb6  
    4444    <para os="a01">Before starting to configure, create a basic
    4545    <filename>/etc/hosts</filename> file which will be referenced by one
    46     of Perl's configuration files as well as used by the testsuite:</para>
     46    of Perl's configuration files as well as used by the test suite:</para>
    4747
    4848<screen os="a02"><userinput remap="test">echo "127.0.0.1 localhost $(hostname)" &gt; /etc/hosts</userinput></screen>
  • BOOK/final-system/common/testsuitesagain.xml

    rdf26b50 r1b48cb6  
    1212
    1313  <para>In the final-system build, you are no longer cross-compiling so it
    14   is possible to run package testsuites. Running the test suite for a
     14  is possible to run package test suites. Running the test suite for a
    1515  newly built package is a good idea because it can provide a <quote>sanity
    1616  check</quote> indicating that everything compiled correctly. A test suite
Note: See TracChangeset for help on using the changeset viewer.