From bb0b96a586b7dd0246090108b2e8899ee203124b Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Tue, 14 Jan 2020 15:00:00 +0100 Subject: dbus: fix failing ptest (by disabling as it needs X) (From OE-Core rev: ffa360990fb392a617cac100d95d2dc2712c4100) Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- meta/recipes-core/dbus/dbus/run-ptest | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'meta/recipes-core/dbus') 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 -- cgit v1.2.3-54-g00ecf