Ignore:
Timestamp:
10/06/2014 01:57:30 AM (10 years ago)
Author:
Christopher Gregory <cjg@…>
Branches:
kde5-14686, systemd-13485
Children:
f101b9f2
Parents:
333e8400
Message:

Merge more updates from trunk.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@14511 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/mercurial.xml

    r333e8400 r37dfd42  
    77  <!ENTITY mercurial-download-http "http://mercurial.selenic.com/release/mercurial-&mercurial-version;.tar.gz">
    88  <!ENTITY mercurial-download-ftp  " ">
    9   <!ENTITY mercurial-md5sum        "5a530bb472b3cb306b757c8f5df91358">
    10   <!ENTITY mercurial-size          "3.8 MB">
    11   <!ENTITY mercurial-buildsize     "31 MB (additional 250 MB for the tests and 2 MB for docs generation)">
    12   <!ENTITY mercurial-time          "0.1 SBU (additional 8.8 SBU for tests)">
     9  <!ENTITY mercurial-md5sum        "72a79798de828d6d6fb055273f91201a">
     10  <!ENTITY mercurial-size          "3.9 MB">
     11  <!ENTITY mercurial-buildsize     "44 MB (additional 250 MB for the tests and 2 MB for docs generation)">
     12  <!ENTITY mercurial-time          "0.1 SBU (additional 9 SBU for tests)">
    1313]>
    1414
     
    113113make check</userinput></screen>
    114114
    115     <para>Tests may be run in parallel, just add
    116     <quote>-j$(getconf _NPROCESSORS_ONLN)</quote> to TESTFLAGS.</para>
     115    <para>More failing tests might be added to that file, if necessary. Tests
     116    may be run in parallel, just add <quote>-j$(getconf
     117    _NPROCESSORS_ONLN)</quote> to TESTFLAGS. In order to investigate a
     118    particular apparently failing test, e.g <quote>test-parse-date.t</quote>,
     119    issue the following commands (notice that omitting <option>--debug</option>
     120    sometimes modifies the result):</para>
     121
     122<screen><userinput>pushd tests &amp;&amp;
     123rm -rf tmp  &amp;&amp;
     124./run-tests.py --debug --tmpdir tmp test-parse-date.t &amp;&amp;
     125popd</userinput></screen>
    117126
    118127    <para>Install <application>Mercurial</application> by running
Note: See TracChangeset for help on using the changeset viewer.