From: Alexander Kanavin Date: Tue, 14 Jan 2020 14:00:00 +0000 (+0100) Subject: dbus: fix failing ptest (by disabling as it needs X) X-Git-Tag: uninative-2.8~534 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=ffa360990fb392a617cac100d95d2dc2712c4100;p=openembedded-core.git dbus: fix failing ptest (by disabling as it needs X) Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/dbus/dbus/run-ptest b/meta/recipes-core/dbus/dbus/run-ptest index 48535e13da..d3eec08235 100755 --- a/meta/recipes-core/dbus/dbus/run-ptest +++ b/meta/recipes-core/dbus/dbus/run-ptest @@ -19,10 +19,12 @@ files=`ls test/test-*` for i in $files do #these programs are used by testcase test-bus, don't run here + #additionally, test-names needs to be run under X if [ $i = "test/test-service" ] \ || [ $i = "test/test-shell-service" ] \ || [ $i = "test/test-segfault" ] \ - || [ $i = "test/test-bus" ] + || [ $i = "test/test-bus" ] \ + || [ $i = "test/test-names" ] then continue fi