Changeset 33346dd for BOOK/final-system
- Timestamp:
- May 20, 2014, 9:36:31 PM (11 years ago)
- Branches:
- clfs-3.0.0-sysvinit, sysvinit
- Children:
- 9a65833
- Parents:
- 1de8183
- git-author:
- Chris Staub <chris@…> (05/20/14 02:30:28)
- git-committer:
- Chris Staub <chris@…> (05/20/14 21:36:31)
- Location:
- BOOK/final-system/common
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/coreutils.xml
r1de8183 r33346dd 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/glibc.xml
r1de8183 r33346dd 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
r1de8183 r33346dd 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
r1de8183 r33346dd 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.