Ignore:
Timestamp:
02/03/2014 10:47:41 PM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
7eb6e78
Parents:
ec84afc2
Message:

Fix mercurial-2.9 test suite: test-archive-symlinks.t.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12666 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/mercurial.xml

    rec84afc2 r5eb910a  
    9292    <title>Installation of Mercurial</title>
    9393
     94    <para>If you wish to run the test suite, fix an error with the following
     95    command:</para>
     96
     97<screen><userinput>sed -e 's|unzip archive.zip|unzip archive.zip 2>/dev/null|' \
     98    -i  tests/test-archive-symlinks.t</userinput></screen>
     99
    94100    <para>Build <application>Mercurial</application> by issuing the following
    95101    command:</para>
     
    102108<screen><userinput>make doc</userinput></screen>
    103109
    104     <para>To test the results, issue: <command>make check</command>. One test
    105     (test-archive-symlinks.t) is known to fail. During the tests, the build
    106     directory size increases above the "Estimated disk space required", even
    107     considering the additional values, due to temporary test files.</para>
     110    <para>To test the results, issue: <command>make check</command>. During the
     111    tests, the build directory size increases above the
     112    <quote>Estimated disk space required</quote>, even when considering the
     113    additional values, due to temporary test files.</para>
    108114
    109115    <para>Install <application>Mercurial</application> by running
Note: See TracChangeset for help on using the changeset viewer.