mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00: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
|
for i in $files
|
||||||
do
|
do
|
||||||
#these programs are used by testcase test-bus, don't run here
|
#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" ] \
|
if [ $i = "test/test-service" ] \
|
||||||
|| [ $i = "test/test-shell-service" ] \
|
|| [ $i = "test/test-shell-service" ] \
|
||||||
|| [ $i = "test/test-segfault" ] \
|
|| [ $i = "test/test-segfault" ] \
|
||||||
|| [ $i = "test/test-bus" ]
|
|| [ $i = "test/test-bus" ] \
|
||||||
|
|| [ $i = "test/test-names" ]
|
||||||
then
|
then
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user