Changeset e3c278d for gnome/platform


Ignore:
Timestamp:
02/17/2023 10:32:55 AM (16 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
9bea06a
Parents:
e3b16bb
git-author:
Xi Ruoyao <xry111@…> (02/17/2023 10:32:27 AM)
git-committer:
Xi Ruoyao <xry111@…> (02/17/2023 10:32:55 AM)
Message:

mutter: Use role="test" for test instruction

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/mutter.xml

    re3b16bb re3c278d  
    192192<screen role="root"><userinput>ninja install</userinput></screen>
    193193
     194    <para>
     195      If you wish to run the tests, remove the reference to
     196      <application>Zenity</application> which is not a part of BLFS
     197      from one test:
     198    </para>
     199
     200<screen role='test'><userinput>sed 's/zenity --[a-z]*/gtk3-demo/' -i ../src/tests/x11-test.sh</userinput></screen>
     201
     202    <para>
     203      Now run the test suite:
     204    </para>
     205
    194206    <!-- Without "HOME=" one test can fail with certain monitor
    195207         configuration in $HOME/.config/monitors.xml. -->
    196     <para>
    197       The tests can now be run: issue
    198       <command>sed 's/zenity --[a-z]*/gtk3-demo/' -i ../src/tests/x11-test.sh</command>
    199       to remove the reference to <application>Zenity</application>
    200       (it's no longer a part of BLFS) from one test, then
    201       issue <command>HOME= ninja test</command>. The tests
    202       require an active X or wayland session.
     208<screen role='test'><userinput>HOME= ninja test</userinput></screen>
     209
     210    <para>
     211      The tests require an active X or wayland session.
    203212      The <filename>native-unit</filename> test is known to fail.
    204213      A lot of tests will fail if the opengl rendering is not done in hardware.
Note: See TracChangeset for help on using the changeset viewer.