Changeset 1b48cb6 for BOOK/final-system/common
- Timestamp:
- May 20, 2014, 2:30:28 AM (11 years ago)
- Branches:
- clfs-3.0.0-systemd, master, systemd
- Children:
- 40e9518
- Parents:
- df26b50
- Location:
- BOOK/final-system/common
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/coreutils.xml
rdf26b50 r1b48cb6 62 62 <screen os="h"><userinput remap="test">make NON_ROOT_USERNAME=nobody check-root</userinput></screen> 63 63 64 <para os="i">The test suite will now be run as the64 <para os="i">The test suite will now be run as the 65 65 <systemitem class="username">nobody</systemitem> user. Some tests require 66 66 that the user be a member of more than one group. Add a temporary group -
BOOK/final-system/common/dbus.xml
rdf26b50 r1b48cb6 37 37 <screen os="d"><userinput>make</userinput></screen> 38 38 39 <para os="e">This package does come with a test suite, but it requires39 <para os="e">This package does come with a test suite, but it requires 40 40 several packages that are not included in CLFS. Instructions for running 41 the test suite can be found in the CBLFS wiki at41 the test suite can be found in the CBLFS wiki at 42 42 <ulink url="&cblfs-root;index.php/D-BUS_Core"/>.</para> 43 43 -
BOOK/final-system/common/glibc.xml
rdf26b50 r1b48cb6 103 103 </important> 104 104 105 <para os="m">Use the following commands to run the test suite and output105 <para os="m">Use the following commands to run the test suite and output 106 106 any test failures:</para> 107 107 -
BOOK/final-system/common/perl.xml
rdf26b50 r1b48cb6 44 44 <para os="a01">Before starting to configure, create a basic 45 45 <filename>/etc/hosts</filename> file which will be referenced by one 46 of Perl's configuration files as well as used by the test suite:</para>46 of Perl's configuration files as well as used by the test suite:</para> 47 47 48 48 <screen os="a02"><userinput remap="test">echo "127.0.0.1 localhost $(hostname)" > /etc/hosts</userinput></screen> -
BOOK/final-system/common/testsuitesagain.xml
rdf26b50 r1b48cb6 12 12 13 13 <para>In the final-system build, you are no longer cross-compiling so it 14 is possible to run package test suites. Running the test suite for a14 is possible to run package test suites. Running the test suite for a 15 15 newly built package is a good idea because it can provide a <quote>sanity 16 16 check</quote> indicating that everything compiled correctly. A test suite
Note:
See TracChangeset
for help on using the changeset viewer.