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: lucaceresoli/bug-15201-perf-libtraceevent-missing~24655 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb1cbb8d5bd7639554edcddf1d2eac4abdbb48c7;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 869840022a1..d8cb835829b 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"))