Author: fernando
Date: Mon Feb 3 14:47:41 2014
New Revision: 12666
Log:
Fix mercurial-2.9 test suite: test-archive-symlinks.t.
Modified:
trunk/BOOK/general/prog/mercurial.xml
trunk/BOOK/introduction/welcome/changelog.xml
Modified: trunk/BOOK/general/prog/mercurial.xml
==============================================================================
--- trunk/BOOK/general/prog/mercurial.xml Mon Feb 3 10:37:41 2014
(r12665)
+++ trunk/BOOK/general/prog/mercurial.xml Mon Feb 3 14:47:41 2014
(r12666)
@@ -91,6 +91,12 @@
<sect2 role="installation">
<title>Installation of Mercurial</title>
+ <para>If you wish to run the test suite, fix an error with the following
+ command:</para>
+
+<screen><userinput>sed -e 's|unzip archive.zip|unzip archive.zip 2>/dev/null|'
\
+ -i tests/test-archive-symlinks.t</userinput></screen>
+
<para>Build <application>Mercurial</application> by issuing the following
command:</para>
@@ -101,10 +107,10 @@
<screen><userinput>make doc</userinput></screen>
- <para>To test the results, issue: <command>make check</command>. One test
- (test-archive-symlinks.t) is known to fail. During the tests, the build
- directory size increases above the "Estimated disk space required", even
- considering the additional values, due to temporary test files.</para>
+ <para>To test the results, issue: <command>make check</command>. During the
+ tests, the build directory size increases above the
+ <quote>Estimated disk space required</quote>, even when considering the
+ additional values, due to temporary test files.</para>
<para>Install <application>Mercurial</application> by running
the following command (as <systemitem
class="username">root</systemitem>):</para>
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Mon Feb 3 10:37:41
2014 (r12665)
+++ trunk/BOOK/introduction/welcome/changelog.xml Mon Feb 3 14:47:41
2014 (r12666)
@@ -47,6 +47,11 @@
<para>February 3rd, 2014</para>
<itemizedlist>
<listitem>
+ <para>[fernando] - Fix mercurial-2.9 test suite:
+ test-archive-symlinks.t. Fixes
+ <ulink url="&blfs-ticket-root;4648">#4648</ulink>.</para>
+ </listitem>
+ <listitem>
<para>[fernando] - Update to mercurial-2.9. Fixes
<ulink url="&blfs-ticket-root;4645">#4645</ulink>.</para>
</listitem>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page