Ignore:
Timestamp:
Feb 21, 2006, 12:47:11 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
3135bd6
Parents:
7100b62
Message:

r646@server (orig r644): manuel | 2005-11-07 11:26:52 -0800
Correct the instructions for running the Module-Init-Tools' testsuite.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/module-init-tools.xml

    r7100b62 rc999585  
    5555<screen os="b"><userinput>touch modprobe.conf.5</userinput></screen>
    5656
     57    <para os="g">If you wish to run the test suite for Module-Init-Tools, you
     58    will need to download the separate testsuite tarball. Issue the
     59    following commands to perform the tests (note that the
     60    <command>make distclean</command> command is required to clean up
     61    the source tree, as the source gets recompiled as part of the testing
     62    process):</para>
     63
     64<screen os="g1"><userinput>tar -xvf ../module-init-tools-testsuite-&module-init-tools-version;.tar.bz2 &amp;&amp;
     65./configure &amp;&amp;
     66make check &amp;&amp;
     67make distclean</userinput></screen>
     68
    5769    <para os="c">Prepare Module-Init-Tools for compilation:</para>
    5870
     
    7587
    7688<screen os="f"><userinput>make</userinput></screen>
    77 
    78     <para os="g">To test the results, issue:
    79     <userinput>make check</userinput>.</para>
    8089
    8190    <para os="h">Install the package:</para>
Note: See TracChangeset for help on using the changeset viewer.