diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2020-02-04 05:51:28 +0000 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2020-02-04 05:51:28 +0000 |
commit | a0d80869e8f294076984a6f142fb472bf293993a (patch) | |
tree | ddc0b79e834f0cd2991c9e0317c3696604c20e26 | |
parent | d4957612113483fadccfac3c243f51848e1d8a14 (diff) |
perl: no tests fail now
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11742 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/perl.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/perl.xml b/chapter06/perl.xml index 81ee90d98..284464d87 100644 --- a/chapter06/perl.xml +++ b/chapter06/perl.xml @@ -126,10 +126,10 @@ export BUILD_BZIP2=0</userinput></screen> <para>To test the results (approximately 11 SBU), issue:</para> -<screen><userinput remap="test">make -k test</userinput></screen> +<screen><userinput remap="test">make test</userinput></screen> - <note><para>One test fails due to using the most recent version of gdbm. - </para></note> + <!--note><para>One test fails due to using the most recent version of gdbm. + </para></note--> <para>Install the package and clean up:</para> |