mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
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:
committed by
Richard Purdie
parent
a2a33b7678
commit
bb0b96a586
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user