[OE-core] [PATCH 13/20] dbus: fix failing ptest (by disabling as it needs X)
Alexander Kanavin
alex.kanavin at gmail.com
Tue Jan 14 14:00:00 UTC 2020
Signed-off-by: Alexander Kanavin <alex.kanavin at gmail.com>
---
meta/recipes-core/dbus/dbus/run-ptest | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
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
--
2.17.1
More information about the Openembedded-core
mailing list