[gnome-continuous-yocto/gnomeostree-3.28-rocko: 1903/8267] lib/oeqa/selftest/bbtests: don't report expected failures



commit a191285b97bbd9cff8db833fd94c6a69dd443132
Author: Ross Burton <ross burton intel com>
Date:   Thu Aug 11 13:33:33 2016 +0100

    lib/oeqa/selftest/bbtests: don't report expected failures
    
    Another instance where expected failures need to be not reported to the error
    reporting service.
    
    (From OE-Core rev: bb1cbb8d5bd7639554edcddf1d2eac4abdbb48c7)
    
    Signed-off-by: Ross Burton <ross burton intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 meta/lib/oeqa/selftest/bbtests.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/meta/lib/oeqa/selftest/bbtests.py b/meta/lib/oeqa/selftest/bbtests.py
index 8698400..d8cb835 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"))
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]