[blfs] 01/02: gnome-shell: prefer <screen remap='test'> for multiline test instr
| Newsgroups | gmane.linux.lfs.beyond.book |
|---|---|
| Message-ID | <[email protected]> |
This is an automated email from the git hooks/post-receive script. git pushed a commit to branch trunk in repository blfs. commit 74e350bf10fd730461db2c2b8c9b4e814ff8cfac Author: Pierre Labastie <[email protected]> AuthorDate: Thu Apr 16 16:17:40 2026 +0200 gnome-shell: prefer <screen remap='test'> for multiline test instr It is much easier to parse than a multiline <command> with non syntactic linebreaks. --- gnome/platform/gnome-shell.xml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/gnome/platform/gnome-shell.xml b/gnome/platform/gnome-shell.xml index 9d7ae0c679..5046691755 100644 --- a/gnome/platform/gnome-shell.xml +++ b/gnome/platform/gnome-shell.xml @@ -151,8 +151,14 @@ ninja</userinput></screen> <para> To run the tests, ensure <application>Mutter</application> is installed - after running its test suite, and issue: <command>meson configure -D - tests=true && ninja test</command>. You must be + after running its test suite, and issue: + </para> + +<screen remap='test'><userinput>meson configure -D tests=true && +ninja test</userinput></screen> + + <para> + You must be running in a Wayland session to run the tests. Some will fail if <xref linkend="gdm"/> is not installed. <phrase revision="sysv">Several more tests may fail in the Sysv environment.</phrase> -- To stop receiving notification emails like this one, please contact the administrator of this repository. -- http://lists.linuxfromscratch.org/sympa/info/blfs-book Unsubscribe: See the above information page