[oe-commits] [openembedded-core] branch master-next updated: fix

git at git.openembedded.org git at git.openembedded.org
Sat Sep 7 14:54: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.

The following commit(s) were added to refs/heads/master-next by this push:
     new b91654d  fix
b91654d is described below

commit b91654d424f995ffa9b306ae8ca2bb78632d064a
Author: Nathan Rossi <nathan at nathanrossi.com>
AuthorDate: Sat Sep 7 23:34:30 2019 +1000

    fix
---
 meta/lib/oeqa/selftest/cases/gcc.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/lib/oeqa/selftest/cases/gcc.py b/meta/lib/oeqa/selftest/cases/gcc.py
index 9ad1c51..daf36e2 100644
--- a/meta/lib/oeqa/selftest/cases/gcc.py
+++ b/meta/lib/oeqa/selftest/cases/gcc.py
@@ -71,7 +71,7 @@ class GccSelfTestBase(OESelftestTestCase):
             status, _ = qemu.run("uname")
             self.assertEqual(status, 0)
 
-            return self.run_check(*args, **kwargs, ssh = qemu.ip)
+            return self.run_check(*args, ssh = qemu.ip, **kwargs)
 
 @OETestTag("toolchain-user")
 class GccCrossSelfTest(GccSelfTestBase):

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


More information about the Openembedded-commits mailing list