[oe-commits] [bitbake] branch 1.44 updated: tests/runqueue: Fix to match recent task migration fixes

git at git.openembedded.org git at git.openembedded.org
Wed Nov 27 11:06:45 UTC 2019


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

rpurdie pushed a commit to branch 1.44
in repository bitbake.

The following commit(s) were added to refs/heads/1.44 by this push:
     new 8569ccb  tests/runqueue: Fix to match recent task migration fixes
8569ccb is described below

commit 8569ccb5e9fbdeaaf96b78bd02a263b26de54059
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Wed Nov 27 11:02:43 2019 +0000

    tests/runqueue: Fix to match recent task migration fixes
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 lib/bb/tests/runqueue.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/bb/tests/runqueue.py b/lib/bb/tests/runqueue.py
index 5e64391..20c88ac 100644
--- a/lib/bb/tests/runqueue.py
+++ b/lib/bb/tests/runqueue.py
@@ -255,7 +255,7 @@ class RunQueueTests(unittest.TestCase):
             cmd = ["bitbake", "a1", "b1"]
             tasks = self.run_bitbakecmd(cmd, tempdir, sstatevalid, extraenv=extraenv, cleanup=True)
             expected = ['a1:populate_sysroot', 'a1:package', 'a1:package_write_rpm_setscene', 'a1:packagedata_setscene',
-                        'a1:package_write_ipk_setscene', 'a1:package_qa_setscene']
+                        'a1:package_write_ipk_setscene', 'a1:package_qa_setscene', 'a1:build']
             self.assertEqual(set(tasks), set(expected))
 
             self.shutdown(tempdir)

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


More information about the Openembedded-commits mailing list