* [PATCH] ptest-packagelists.inc: add missing whitespace for :append
@ 2026-04-03 8:18 Antonin Godard
0 siblings, 0 replies; only message in thread
From: Antonin Godard @ 2026-04-03 8:18 UTC (permalink / raw)
To: openembedded-core; +Cc: Thomas Petazzoni, Antonin Godard
Noticed while reviewing the log, let's fix those before they create
unexpected problems in the future.
Fixes: 388cd4770e04 ("ptest-packagelists: Exclude ptests from musl which are known to fail")
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
---
meta/conf/distro/include/ptest-packagelists.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/conf/distro/include/ptest-packagelists.inc b/meta/conf/distro/include/ptest-packagelists.inc
index 31fd5ae7ce6..11a894accf2 100644
--- a/meta/conf/distro/include/ptest-packagelists.inc
+++ b/meta/conf/distro/include/ptest-packagelists.inc
@@ -160,11 +160,11 @@ PTESTS_PROBLEMS:append:riscv64 = " tcl tcl8 python3-cffi strace lttng-tools pyth
# These tests don't yet pass for musl qemuarm64
PTESTS_SLOW:remove:libc-musl:qemuarm64 = "strace perl gnutls glib-2.0"
PTESTS_FAST:remove:libc-musl:qemuarm64 = "libarchive"
-PTESTS_PROBLEMS:append:libc-musl:qemuarm64 = "strace perl gnutls glib-2.0 libarchive"
+PTESTS_PROBLEMS:append:libc-musl:qemuarm64 = " strace perl gnutls glib-2.0 libarchive"
# These tests don't yet pass for musl qemux86-64
PTESTS_SLOW:remove:libc-musl:qemux86-64 = "perl gnutls"
PTESTS_FAST:remove:libc-musl:qemux86-64 = "libarchive"
-PTESTS_PROBLEMS:append:libc-musl:qemux86-64 = "perl gnutls libarchive"
+PTESTS_PROBLEMS:append:libc-musl:qemux86-64 = " perl gnutls libarchive"
# ruby \ # Timeout
# rt-tests \ # Needs to be checked whether it runs at all
---
base-commit: c56990178b31b893fbf695eaf6b67de501e9d2e9
change-id: 20260403-fix-whitespace-append-6b49e881fc3b
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-04-03 8:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-03 8:18 [PATCH] ptest-packagelists.inc: add missing whitespace for :append Antonin Godard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox