]> code.ossystems Code Review - openembedded-core.git/commitdiff
glib-2.0: ptest fixes
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 1 Jun 2019 20:55:29 +0000 (21:55 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 4 Jun 2019 10:20:58 +0000 (11:20 +0100)
Add missing quotes in ptest runner. Without these it runs all gnome tests
which is why the counts in my minimal image tests differed from those on the
main autobuilder core-image-sato runs.

Also fix an error showing in the ptest logs where invalid options were being
passed to busybox du.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/glib-2.0/glib-2.0/run-ptest
meta/recipes-core/glib-2.0/glib.inc

index 8f082d34f6087b62c9f29a5382d4c8d7ec6d1614..fc50082c8e607dd48e45ebb3ce7c3fae4293b913 100644 (file)
@@ -2,5 +2,5 @@
 
 set -eux
 useradd glib2-test
-su glib2-test -c gnome-desktop-testing-runner glib
+su glib2-test -c 'gnome-desktop-testing-runner glib'
 userdel glib2-test
index 82107a8a1880dd61bd932e21173c4b88bdd7688f..385596c754492de4620185e27cc2acb66af832ce 100644 (file)
@@ -140,6 +140,7 @@ CODEGEN_PYTHON_RDEPENDS_mingw32 = ""
 RDEPENDS_${PN}-codegen += "${CODEGEN_PYTHON_RDEPENDS}"
 
 RDEPENDS_${PN}-ptest += "\
+            coreutils \
             libgcc \
             dbus \
             gnome-desktop-testing \