[oe-commits] [bitbake] 03/03: bitbake-selftest: add bb.tests.event to bitbake-selftest

git at git.openembedded.org git at git.openembedded.org
Fri Jun 23 13:14:51 UTC 2017


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

rpurdie pushed a commit to branch master
in repository bitbake.

commit 22cc318be1aff16f1b653ff0650fe71d0e9f60bb
Author: Jair Gonzalez <jair.de.jesus.gonzalez.plascencia at linux.intel.com>
AuthorDate: Fri Jan 20 16:13:03 2017 -0600

    bitbake-selftest: add bb.tests.event to bitbake-selftest
    
    Tests for bitbake event module were created on bb.tests.event.
    This change is to include them on the default test list in
    bitbake-selftest script.
    
    [YOCTO #10368]
    
    Signed-off-by: Jair Gonzalez <jair.de.jesus.gonzalez.plascencia at linux.intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 bin/bitbake-selftest | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bin/bitbake-selftest b/bin/bitbake-selftest
index 380e003..afe1603 100755
--- a/bin/bitbake-selftest
+++ b/bin/bitbake-selftest
@@ -28,6 +28,7 @@ except RuntimeError as exc:
 tests = ["bb.tests.codeparser",
          "bb.tests.cow",
          "bb.tests.data",
+         "bb.tests.event",
          "bb.tests.fetch",
          "bb.tests.parse",
          "bb.tests.utils"]

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


More information about the Openembedded-commits mailing list