[oe-commits] [openembedded-core] 17/17: oeqa/selftest: Tweak binutils tests tags as toolchain/user and system

git at git.openembedded.org git at git.openembedded.org
Sat Sep 7 20:58:02 UTC 2019


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

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

commit d41606244c170fd547496e5df9e3d28ce2d2af68
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Sat Sep 7 14:10:45 2019 +0100

    oeqa/selftest: Tweak binutils tests tags as toolchain/user and system
    
    This matches the other toolchain tests.
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/lib/oeqa/selftest/cases/binutils.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/lib/oeqa/selftest/cases/binutils.py b/meta/lib/oeqa/selftest/cases/binutils.py
index 759cd9b..9bc7520 100644
--- a/meta/lib/oeqa/selftest/cases/binutils.py
+++ b/meta/lib/oeqa/selftest/cases/binutils.py
@@ -14,7 +14,7 @@ def parse_values(content):
                 yield i[len(v) + 2:].strip(), v
                 break
 
- at OETestTag("machine")
+ at OETestTag("toolchain-user", "toolchain-system")
 class BinutilsCrossSelfTest(OESelftestTestCase):
     def test_binutils(self):
         self.run_binutils("binutils")

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


More information about the Openembedded-commits mailing list