Changeset a1b0947


Ignore:
Timestamp:
08/27/2022 07:19:18 PM (20 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
99ae185e
Parents:
a772a404
git-author:
Xi Ruoyao <xry111@…> (08/27/2022 03:40:14 AM)
git-committer:
Xi Ruoyao <xry111@…> (08/27/2022 07:19:18 PM)
Message:

wayland: unset XDG_RUNTIME_DIR for test

  • If it's not set, things will be OK.
  • If it's set normally, things will be OK.
  • If it's set to a non-exist path, many tests will fail.

So for now just papering over the "bad XDG_RUNTIME_DIR issue" by unset
it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/wayland.xml

    ra772a404 ra1b0947  
    110110
    111111    <para>
    112       To test the results, issue: <command>ninja test</command>.
    113       <!-- Seems to work without X installed
    114 
    115       If a Desktop
    116       Environment has not been started that uses XDG, it's possible that 90%
    117       of the test suite will fail. To rectify this, create the directory listed
    118       in $XDG_RUNTIME_DIR first, if required.-->
     112      <!-- If XDG_RUNTIME_DIR is set but the value is a non-exist path,
     113           19 tests will fail.  Unfortunately BLFS /etc/profile sets
     114           XDG_RUNTIME_DIR but does not create it.  For now simply unset
     115           the variable.  -->
     116      To test the results, issue:
     117      <command>env -u XDG_RUNTIME_DIR ninja test</command>.
    119118    </para>
    120119
Note: See TracChangeset for help on using the changeset viewer.