diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-11-03 22:02:44 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-11-03 22:02:44 +0000 |
commit | e63bba5037bcfe914609848df47d3091d88df95d (patch) | |
tree | 1c75059592bfc492d0843a08fc6851c701d5af08 /chapter06/module-init-tools.xml | |
parent | 8b8fd78ab8769f077153bfaa6628cb78f43221a6 (diff) |
Add the command required to unpack Module-Init-Tools' testsuite, and remove the now redundant explanation related to it
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7120 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/module-init-tools.xml')
-rw-r--r-- | chapter06/module-init-tools.xml | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/chapter06/module-init-tools.xml b/chapter06/module-init-tools.xml index 3c4af9c6b..fe8019dd6 100644 --- a/chapter06/module-init-tools.xml +++ b/chapter06/module-init-tools.xml @@ -38,15 +38,14 @@ installed in LFS. Run the following command to avoid this:</para> <screen><userinput>touch modprobe.conf.5</userinput></screen> -<para>If you wish to run the test suite for Module-Init-Tools, download the -separate tarball and unpack it along with the source tarball. The testsuite -tarball will unpack into a <filename class='directory'>tests</filename> -directory of the source tree. Issue the following commands to perform the tests -(note that the <command>make distclean</command> command is required to clean up -the source tree, as the source gets recompiled as part of the testing process): -</para> - -<screen><userinput>./configure && +<para>If you wish to run the test suite for Module-Init-Tools, you will need to +download the separate testsuite tarball. Issue the following commands to +perform the tests (note that the <command>make distclean</command> command is +required to clean up the source tree, as the source gets recompiled as part of +the testing process):</para> + +<screen><userinput>tar -xvf module-init-tools-testsuite-&module-init-tools-version;.tar.bz2 && +./configure && make check && make distclean</userinput></screen> |