dbus: fix failing ptest (by disabling as it needs X)

(From OE-Core rev: ffa360990fb392a617cac100d95d2dc2712c4100)

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Alexander Kanavin
2020-01-14 15:00:00 +01:00
committed by Richard Purdie
parent a2a33b7678
commit bb0b96a586

View File

@@ -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