]> code.ossystems Code Review - openembedded-core.git/commitdiff
lib/oeqa/selftest/bbtests: don't report expected failures
authorRoss Burton <ross.burton@intel.com>
Thu, 11 Aug 2016 12:33:33 +0000 (13:33 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 17 Aug 2016 09:35:15 +0000 (10:35 +0100)
Another instance where expected failures need to be not reported to the error
reporting service.

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oeqa/selftest/bbtests.py

index 869840022a13f0cdda6b3f49a9f68b384deac25e..d8cb835829b6f7c998df19af8b8c19ed0dbf40c7 100644 (file)
@@ -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"))