From bb1cbb8d5bd7639554edcddf1d2eac4abdbb48c7 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 11 Aug 2016 13:33:33 +0100 Subject: 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 --- meta/lib/oeqa/selftest/bbtests.py | 1 + 1 file changed, 1 insertion(+) 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")) -- cgit 1.2.3-korg