Ignore:
Timestamp:
08/05/2015 10:24:48 PM (9 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.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
a479e3e
Parents:
a69b0b99
Message:
  • Update to mdadm-3.3.4.
  • Update to swig-3.0.7.
  • Update to libsecret-0.18.3.
  • Update to gparted-0.23.0.
  • Update to mpg123-1.22.3.
  • Update to graphite2-1.3.0.
  • Update to unrar-5.3.2.
  • Some gcc5 tags.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/mdadm.xml

    ra69b0b99 ra0e6e8dd  
    77  <!ENTITY mdadm-download-http "&kernel;linux/utils/raid/mdadm/mdadm-&mdadm-version;.tar.xz">
    88  <!ENTITY mdadm-download-ftp " ">
    9   <!ENTITY mdadm-md5sum        "dabd5ce70f3fff340cad7c18e4a062ab">
     9  <!ENTITY mdadm-md5sum        "7ca8b114710f98f53f20c5787b674a09">
    1010  <!ENTITY mdadm-size          "404 KB">
    11   <!ENTITY mdadm-buildsize     "8.6 MB (with tests)">
    12   <!ENTITY mdadm-time          "less than 0.1 SBU (with tests)">
     11  <!ENTITY mdadm-buildsize     "12 MB (with tests)">
     12  <!ENTITY mdadm-time          "less than 0.1 SBU (23 SBU, with tests)">
    1313]>
    1414
     
    9696    RAID and that a version of mdadm is not already running, and issue:
    9797    <command>make test</command> and then, as the
    98     <systemitem class="username">root</systemitem> user: ./test. Some tests may
    99     fail, depending on the enabled kernel options.</para>
     98    <systemitem class="username">root</systemitem> user:
     99    <command>./test --keep-going --logdir=tests-logs --save-logs</command>.
     100    Some tests fail for unknown reasons.</para>
    100101
    101102    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    108109    <title>Command Explanations</title>
    109110
    110     <para><option>make everything</option>: This target creates extra programs,
    111     particularly a statically-linked version of <command>mdadm</command> and
    112     also versions of <command>mdassemble</command>. These all need to be manually
    113     installed.
     111    <para>
     112      <command>make everything</command>: This optional target creates extra
     113      programs, particularly a statically-linked version of
     114      <command>mdadm</command> and also versions of
     115      <command>mdassemble</command>. These all need to be manually installed.
     116    </para>
     117
     118    <para>
     119      <parameter>--keep-going</parameter>: Run the tests to the end, even if one
     120      or more tests fail.
     121    </para>
     122
     123    <para>
     124      <parameter>--logdir=tests-logs</parameter>: Defines that the directory
     125      where tests logs are saved.
     126    </para>
     127
     128    <para>
     129      <parameter>--save-logs</parameter>:
     130      Instructs the test suite to save the logs.
     131    </para>
     132
     133    <para>
     134      <option>--tests=<replaceable>&lt;test1,test2,...&gt;</replaceable></option>:
     135      Optional comma separated list of tests to be executed
     136      (all tests, if this option is not passed).
    114137    </para>
    115138
Note: See TracChangeset for help on using the changeset viewer.