Ignore:
Timestamp:
01/01/2019 01:59:37 AM (5 years ago)
Author:
DJ Lucas <dj@…>
Branches:
elogind
Children:
8f6f10e
Parents:
b98dbfd
Message:

Merge to HEAD 20898.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/falkon.xml

    rb98dbfd r4199730  
    128128<screen><userinput>rm -rf po/</userinput></screen>
    129129
    130     <para>
     130<!--<para>
    131131      In case you wish to run the tests, fix one of them so that it will
    132132      work correctly with both Qt-5.10 and Qt-5.11:
     
    134134
    135135<screen><userinput>sed -i 's/"5.11.", 5) == 0 ? 1 : 2/"5.10.", 5) &gt;= 0 ? 2 : 1/' \
    136   autotests/webviewtest.cpp</userinput></screen>
     136  autotests/webviewtest.cpp</userinput></screen>-->
    137137
    138138    <para>
     
    173173    <title>Command Explanations</title>
    174174
    175     <para>
     175<!--<para>
    176176      <command>sed -i 's/"5.11.", 5) == 0 ? 1 : 2/"5.10.", 5) &gt;= 0 ? 2 : 1/' ...</command>:
    177177      This test previously looked for QtWebengine-5.10 which had changed its
     
    179179      was bumped but the results were swapped. Change it to examine if the version
    180180      is <emphasis>at least 5.10</emphasis>, and to swap the expected results back.
    181     </para>
    182 
    183     <para>
    184       <option>-DBUILD_TESTING=OFF</option>: This will save some time and space by
     181    </para>-->
     182
     183    <para>
     184      <option>-DBUILD_TESTING=OFF</option>: This will save a little time and space by
    185185      not building the test programs, use this if you do not wish to run the test.
    186186    </para>
Note: See TracChangeset for help on using the changeset viewer.