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: yocto-4.0~7748 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ffa360990fb392a617cac100d95d2dc2712c4100;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 48535e13dad..d3eec08235d 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