Ignore:
Timestamp:
08/07/2015 05:13:02 PM (9 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
systemd-13485
Children:
7d511f08
Parents:
3938420
Message:

Update to libunistring-0.9.6
Update to ed-1.12
Update to nano-2.4.2
Update to unrar-5.3.2
Update to LLVM-3.6.2
Update to whois-5.2.10
Update to mdadm-3.3.4
Update to xfsprogs-3.2.4

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/mdadm.xml

    r3938420 r66307ff  
    77  <!ENTITY mdadm-download-http "&kernel;linux/utils/raid/mdadm/mdadm-&mdadm-version;.tar.xz">
    88  <!ENTITY mdadm-download-ftp " ">
    9   <!ENTITY mdadm-md5sum        "44698d351501cac6a89072dc877eb220">
    10   <!ENTITY mdadm-size          "402 KB">
    11   <!ENTITY mdadm-buildsize     "8.3 MB">
     9  <!ENTITY mdadm-md5sum        "7ca8b114710f98f53f20c5787b674a09">
     10  <!ENTITY mdadm-size          "404 KB">
     11  <!ENTITY mdadm-buildsize     "8 MB">
    1212  <!ENTITY mdadm-time          "less than 0.1 SBU">
    1313]>
     
    104104    RAID and that a version of mdadm is not already running, and issue:
    105105    <command>make test</command> and then, as the
    106     <systemitem class="username">root</systemitem> user: ./test</para>
     106    <systemitem class="username">root</systemitem> user:
     107    <command>./test --keep-going --logdir=tests-logs --save-logs</command>.
     108    Some tests fail for unknown reasons.</para>
    107109
    108110    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    119121    also versions of <command>mdassemble</command>. These all need to be manually
    120122    installed.
     123    </para>
     124
     125    <para>
     126      <parameter>--keep-going</parameter>: Run the tests to the end, even if one
     127      or more tests fail.
     128    </para>
     129
     130    <para>
     131      <parameter>--logdir=tests-logs</parameter>: Defines that the directory
     132      where tests logs are saved.
     133    </para>
     134
     135    <para>
     136      <parameter>--save-logs</parameter>:
     137      Instructs the test suite to save the logs.
     138    </para>
     139
     140    <para>
     141      <option>--tests=<replaceable>&lt;test1,test2,...&gt;</replaceable></option>:
     142      Optional comma separated list of tests to be executed
     143      (all tests, if this option is not passed).
    121144    </para>
    122145
Note: See TracChangeset for help on using the changeset viewer.