Changeset 211a019


Ignore:
Timestamp:
04/08/2023 09:08:07 PM (13 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
12.0, 12.1, kea, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
5378451
Parents:
9c47f0f
git-author:
Pierre Labastie <pierre.labastie@…> (04/08/2023 09:06:50 PM)
git-committer:
Pierre Labastie <pierre.labastie@…> (04/08/2023 09:08:07 PM)
Message:

Fix detection of dbusmock in accountsservice

https://gitlab.freedesktop.org/accountsservice/accountsservice/-/issues/112

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/accountsservice.xml

    r9c47f0f r211a019  
    110110
    111111    <para>
    112       First, fix one test that fails if the <option>en_IE.UTF-8</option> locale
     112      First, rename a directory whose presence prevents the build system from
     113      running if <xref linkend="python-dbusmock"/> is not installed:
     114    </para>
     115
     116<screen><userinput>mv tests/dbusmock{,-tests}</userinput></screen>
     117
     118    <para>
     119      Then fix the tests so that the new directory is found:
     120    </para>
     121
     122<screen><userinput>sed -e '/accounts_service\.py/s/dbusmock/dbusmock-tests/' \
     123   -i tests/test-libaccountsservice.py</userinput></screen>
     124
     125    <para>
     126      Fix one test that fails if the <option>en_IE.UTF-8</option> locale
    113127      is not installed:
    114128    </para>
Note: See TracChangeset for help on using the changeset viewer.