From: Richard Purdie Date: Sat, 7 Sep 2019 13:10:45 +0000 (+0100) Subject: oeqa/selftest: Tweak binutils tests tags as toolchain/user and system X-Git-Tag: uninative-2.7~202 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=d41606244c170fd547496e5df9e3d28ce2d2af68;p=openembedded-core.git oeqa/selftest: Tweak binutils tests tags as toolchain/user and system This matches the other toolchain tests. Signed-off-by: Richard Purdie --- diff --git a/meta/lib/oeqa/selftest/cases/binutils.py b/meta/lib/oeqa/selftest/cases/binutils.py index 759cd9b8ff..9bc752040f 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 -@OETestTag("machine") +@OETestTag("toolchain-user", "toolchain-system") class BinutilsCrossSelfTest(OESelftestTestCase): def test_binutils(self): self.run_binutils("binutils")