From: Ross Burton Date: Thu, 11 Aug 2016 12:33:33 +0000 (+0100) Subject: lib/oeqa/selftest/bbtests: don't report expected failures X-Git-Tag: uninative-1.4~550 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=bb1cbb8d5bd7639554edcddf1d2eac4abdbb48c7;p=openembedded-core.git lib/oeqa/selftest/bbtests: don't report expected failures Another instance where expected failures need to be not reported to the error reporting service. Signed-off-by: Ross Burton --- diff --git a/meta/lib/oeqa/selftest/bbtests.py b/meta/lib/oeqa/selftest/bbtests.py index 869840022a..d8cb835829 100644 --- a/meta/lib/oeqa/selftest/bbtests.py +++ b/meta/lib/oeqa/selftest/bbtests.py @@ -134,6 +134,7 @@ class BitbakeTests(oeSelfTest): self.write_recipeinc('man', data) self.write_config("""DL_DIR = \"${TOPDIR}/download-selftest\" SSTATE_DIR = \"${TOPDIR}/download-selftest\" +INHERIT_remove = \"report-error\" """) self.track_for_cleanup(os.path.join(self.builddir, "download-selftest"))