diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2006-03-28 17:17:52 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2006-03-28 17:17:52 +0000 |
commit | 4d0bf243f4ab071723da241a9cc5cb4476700e57 (patch) | |
tree | a98fe7a58efe803f05a5ea57446ceebd83d56736 /chapter06/perl.xml | |
parent | b044f052e44919ae6ad1fe73dcaeefdb50dea8fa (diff) |
Standarized Perl test suite run.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7461 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/perl.xml')
-rw-r--r-- | chapter06/perl.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chapter06/perl.xml b/chapter06/perl.xml index dd3fee746..239e793ad 100644 --- a/chapter06/perl.xml +++ b/chapter06/perl.xml @@ -74,9 +74,8 @@ <screen><userinput>make</userinput></screen> - <para>Now run the tests, if desired:</para> - -<screen><userinput>make test</userinput></screen> + <para>To test the results, issue: + <userinput>make tests</userinput>.</para> <para>Install the package:</para> |