[oe-commits] [openembedded-core] 12/18: dbus: disable test-bus

git at git.openembedded.org git at git.openembedded.org
Fri Aug 16 16:12:59 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 76caa7aece5cc8513989f77bb15944a22d17edf5
Author: Changqing Li <changqing.li at windriver.com>
AuthorDate: Fri Aug 16 09:30:50 2019 +0800

    dbus: disable test-bus
    
    test-bus take long time to finish, sometimes longer than ptest-runner's
    timeout limit 300s, so skipped it for now
    
    [YOCTO #13409]
    
    Signed-off-by: Changqing Li <changqing.li at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-core/dbus/dbus/run-ptest | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-core/dbus/dbus/run-ptest b/meta/recipes-core/dbus/dbus/run-ptest
index cf2e68f..48535e1 100755
--- a/meta/recipes-core/dbus/dbus/run-ptest
+++ b/meta/recipes-core/dbus/dbus/run-ptest
@@ -21,7 +21,8 @@ do
      #these programs are used by testcase test-bus, don't run here
      if [ $i = "test/test-service" ] \
         || [ $i = "test/test-shell-service" ] \
-        || [ $i = "test/test-segfault" ]
+        || [ $i = "test/test-segfault" ] \
+        || [ $i = "test/test-bus" ]
      then
          continue
      fi

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list