diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2006-03-28 17:18:14 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2006-03-28 17:18:14 +0000 |
commit | 920cb0b6141b577f5b01f17385db1e9b33e4e70f (patch) | |
tree | 56cf4b3a45d92c7e7d829974a1ef38be15567eb2 | |
parent | 8eb939955234b283337dd6bfd291a7751d45029c (diff) |
Standarized Perl test suite run.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/alphabetical/BOOK@7462 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-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 9619e183c..97d9d350f 100644 --- a/chapter06/perl.xml +++ b/chapter06/perl.xml @@ -87,9 +87,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> |